diff options
| author | Al <gabriel.cortesi@outlook.com> | 2018-02-15 12:23:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-15 12:23:33 +0100 |
| commit | 5be7c9a0b543cd7e43a0352bfb719e78616e73e1 (patch) | |
| tree | b0ba6b4f6a7d337eab9d6c6dad17e94b6ccb2bdc /src/mainwindow.h | |
| parent | e1fc0d22b6c9d7670664c68e0feb8766540bfca5 (diff) | |
| parent | f7374a8525fa163fe04c0849c933318a8d7008f7 (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.h | 1 |
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);
|
