summaryrefslogtreecommitdiffstats
path: root/tests/shared/testhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shared/testhelper.h')
-rw-r--r--tests/shared/testhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shared/testhelper.h b/tests/shared/testhelper.h
index 9cdc8b1..009b811 100644
--- a/tests/shared/testhelper.h
+++ b/tests/shared/testhelper.h
@@ -74,6 +74,7 @@ public:
void launchJsonDbDaemon(const QStringList &args, const char *sourceFile, bool skipConnection = false);
qint64 launchJsonDbDaemonDetached(const QStringList &args, const char *sourceFile, bool skipConnection = false);
void stopDaemon();
+ void sighupDaemon();
void connectToServer();
void disconnectFromServer();
@@ -137,7 +138,6 @@ private:
QString mWorkingDirectory;
int mRequestsPending;
- static int mProcessIndex;
QtJsonDb::QJsonDbWatcher::Status mReceivedStatus;
QtJsonDb::QJsonDbWatcher::Status mExpectedStatus;
QtJsonDb::QJsonDbWatcher::ErrorCode mReceivedError;