Use task handlers in taskwindow

Reviewed-by: dt
This commit is contained in:
Tobias Hunger
2010-06-18 11:18:48 +02:00
parent 18178718e2
commit aa41af8ccc
2 changed files with 76 additions and 83 deletions

View File

@@ -88,15 +88,15 @@ signals:
void tasksChanged();
private slots:
void showTaskInFile(const QModelIndex &index);
void copy();
void vcsAnnotate();
void triggerDefaultHandler(const QModelIndex &index);
void showContextMenu(const QPoint &position);
void contextMenuEntryTriggered(QAction *);
void setShowWarnings(bool);
void updateCategoriesMenu();
void filterCategoryTriggered(QAction *action);
private:
void updateActions();
void cleanContextMenu();
int sizeHintForColumn(int column) const;
TaskWindowPrivate *d;