summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2018-02-15 12:23:33 +0100
committerGitHub <noreply@github.com>2018-02-15 12:23:33 +0100
commit5be7c9a0b543cd7e43a0352bfb719e78616e73e1 (patch)
treeb0ba6b4f6a7d337eab9d6c6dad17e94b6ccb2bdc /src/mainwindow.h
parente1fc0d22b6c9d7670664c68e0feb8766540bfca5 (diff)
parentf7374a8525fa163fe04c0849c933318a8d7008f7 (diff)
Merge pull request #228 from Al12rs/new_vfs_library
Export to csv feature changes and added clear filter button.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d7708da6..b7eca72e 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -549,6 +549,7 @@ private slots: // ui slots
void on_actionUpdate_triggered();
void on_actionEndorseMO_triggered();
+ void on_clearFiltersButton_clicked();
void on_btnRefreshData_clicked();
void on_categoriesList_customContextMenuRequested(const QPoint &pos);
void on_conflictsCheckBox_toggled(bool checked);