summaryrefslogtreecommitdiffstats
path: root/qdb/server/hostserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'qdb/server/hostserver.h')
-rw-r--r--qdb/server/hostserver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qdb/server/hostserver.h b/qdb/server/hostserver.h
index 007c8ff..d6b161e 100644
--- a/qdb/server/hostserver.h
+++ b/qdb/server/hostserver.h
@@ -31,7 +31,7 @@ class QCoreApplication;
class QCommandLineParser;
QT_END_NAMESPACE
-int hostServer(QCoreApplication &app, const QCommandLineParser &parser);
+int execHostServer(const QCoreApplication &app, const QCommandLineParser &parser);
class HostServer : public QObject
{
@@ -55,6 +55,7 @@ private slots:
private:
void replyDeviceInformation();
+ void stopServer();
QLocalServer m_localServer;
QLocalSocket *m_client; // owned by this class, deleted in handleDisconnection()