diff options
author | ZackaryWelch <welch.zackary@gmail.com> | 2017-06-20 11:27:13 -0400 |
---|---|---|
committer | ZackaryWelch <welch.zackary@gmail.com> | 2017-06-20 11:27:13 -0400 |
commit | d8bc77394f650953947ace06f7743005bcf3f88f (patch) | |
tree | 90e8319fb8031ef23d7f5efb17313b20844deada /src-qt5/desktop-utils/lumina-screenshot/MainUI.h | |
parent | Quick adjustment for when pianobar is not installed (diff) | |
download | lumina-d8bc77394f650953947ace06f7743005bcf3f88f.tar.gz lumina-d8bc77394f650953947ace06f7743005bcf3f88f.tar.bz2 lumina-d8bc77394f650953947ace06f7743005bcf3f88f.zip |
Removed an error message caused by an object's name and QMetaObject
Diffstat (limited to 'src-qt5/desktop-utils/lumina-screenshot/MainUI.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-screenshot/MainUI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-screenshot/MainUI.h b/src-qt5/desktop-utils/lumina-screenshot/MainUI.h index 91d4966f..cd78dc3c 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/MainUI.h +++ b/src-qt5/desktop-utils/lumina-screenshot/MainUI.h @@ -85,7 +85,7 @@ private slots: bool getWindow(); //set the "cwin" variable as appropriate void getPixmap(); //set the "cpic" variable to the new screenshot - void on_quitShortcut_Triggered(); + void quitShortcut_activated(); protected: void mousePressEvent(QMouseEvent *ev); |