Skip to content

Commit

Permalink
fixed folderstatusview
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Aug 12, 2024
1 parent acab280 commit 73e3dc5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/gui/folderstatusview.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@ class FolderStatusView : public QTreeView
protected:
void drawBranches(QPainter *painter, const QRect &rect, const QModelIndex &index) const override;
void paintEvent(QPaintEvent *event) override;

void mouseMoveEvent(QMouseEvent *event) override;

void leaveEvent(QEvent *event) override;

QModelIndex mouseOverIndex;
bool mouseEntered = false;

private:
mutable QMutex mutex; // Mutex für die Synchronisation
};

} // namespace OCC
Expand Down

0 comments on commit 73e3dc5

Please sign in to comment.