Included signal header file in main.cpp.
This commit is contained in:
parent
cf47331cf8
commit
a2c07527bf
@ -104,6 +104,10 @@ using boost::scoped_ptr;
|
|||||||
# include "devices/wmdmthread.h"
|
# include "devices/wmdmthread.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef Q_OS_WIN32
|
||||||
|
#include <signal.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
// Load sqlite plugin on windows and mac.
|
// Load sqlite plugin on windows and mac.
|
||||||
#ifdef HAVE_STATIC_SQLITE
|
#ifdef HAVE_STATIC_SQLITE
|
||||||
# include <QtPlugin>
|
# include <QtPlugin>
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
#include <QDataStream>
|
#include <QDataStream>
|
||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
|
|
||||||
#include <signal.h>
|
|
||||||
|
|
||||||
RemoteClient::RemoteClient(Application* app, QTcpSocket* client)
|
RemoteClient::RemoteClient(Application* app, QTcpSocket* client)
|
||||||
: app_(app),
|
: app_(app),
|
||||||
client_(client)
|
client_(client)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user