mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-30 19:37:15 -05:00
Add missing #ifdef around slot
This commit is contained in:
parent
198691182b
commit
b5cf6c7161
1 changed files with 3 additions and 1 deletions
|
|
@ -37,9 +37,11 @@ Q_SIGNALS:
|
|||
void openFile(const QString& filename);
|
||||
|
||||
private Q_SLOTS:
|
||||
#if defined(Q_OS_UNIX)
|
||||
void quitBySignal();
|
||||
#endif
|
||||
|
||||
private:
|
||||
private:
|
||||
QWidget* m_mainWindow;
|
||||
|
||||
#if defined(Q_OS_UNIX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue