moc weirdness workaround on Unix, added install target

This commit is contained in:
Max-Wilhelm Bruker 2012-01-21 22:13:27 +01:00
parent f385917a90
commit e202d659a0
6 changed files with 21 additions and 7 deletions

View file

@ -20,9 +20,7 @@ public:
public slots:
void logMessage(QString message, ServerSocketInterface *ssi = 0);
private slots:
#ifdef Q_OS_UNIX
void handleSigHup();
#endif
void flushBuffer();
signals:
void sigFlushBuffer();