mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 00:09:53 -05:00
Add missing #ifdef around slot
This commit is contained in:
parent
198691182b
commit
b5cf6c7161
@ -37,9 +37,11 @@ Q_SIGNALS:
|
|||||||
void openFile(const QString& filename);
|
void openFile(const QString& filename);
|
||||||
|
|
||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
|
#if defined(Q_OS_UNIX)
|
||||||
void quitBySignal();
|
void quitBySignal();
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QWidget* m_mainWindow;
|
QWidget* m_mainWindow;
|
||||||
|
|
||||||
#if defined(Q_OS_UNIX)
|
#if defined(Q_OS_UNIX)
|
||||||
|
Loading…
Reference in New Issue
Block a user