diff options
author | Ken Moore <moorekou@gmail.com> | 2016-03-31 16:02:31 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-03-31 16:02:31 -0400 |
commit | a26f9439114be0b11ae1927e794e14fa52ebe7bd (patch) | |
tree | 70db749c264a9029c14599bde807945a6476f09c /lumina-fm/MainUI.h | |
parent | Merge pull request #213 from q5sys/patch-1 (diff) | |
parent | Update MainUI.h (diff) | |
download | lumina-a26f9439114be0b11ae1927e794e14fa52ebe7bd.tar.gz lumina-a26f9439114be0b11ae1927e794e14fa52ebe7bd.tar.bz2 lumina-a26f9439114be0b11ae1927e794e14fa52ebe7bd.zip |
Merge pull request #214 from q5sys/master
removed: QMainWindow::closeEvent(ev);
Diffstat (limited to 'lumina-fm/MainUI.h')
-rw-r--r-- | lumina-fm/MainUI.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h index 2a711e8f..6c286152 100644 --- a/lumina-fm/MainUI.h +++ b/lumina-fm/MainUI.h @@ -162,10 +162,6 @@ signals: void Si_AdaptStatusBar(QFileInfoList fileList, QString path, QString messageFolders, QString messageFiles); protected: - void closeEvent(QCloseEvent *ev){ - emit ClientClosed(this); - QMainWindow::closeEvent(ev); - } void resizeEvent(QResizeEvent *ev){ //Save the new size to the settings file for later settings->setValue("preferences/MainWindowSize", ev->size()); |