diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-07 02:29:39 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-07 02:29:39 -0500 |
| commit | 267985a62dd90b1b66c14ba32436f80907f97edb (patch) | |
| tree | 7c6aa4c35e0738d71eca1ba08560036109c45df8 /src/mainwindow.cpp | |
| parent | d13ea08be82d88c4f0b845983a3390729723d0e1 (diff) | |
removed unused on_clickBlankButton_clicked()
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index ebeb7459..43d5b820 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -6719,11 +6719,6 @@ void MainWindow::keyReleaseEvent(QKeyEvent *event) QMainWindow::keyReleaseEvent(event); } -void MainWindow::on_clickBlankButton_clicked() -{ - deselectFilters(); -} - void MainWindow::on_clearFiltersButton_clicked() { ui->modFilterEdit->clear(); |
