aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/shared/debugutil_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/debugger/shared/debugutil_p.h')
-rw-r--r--tests/auto/declarative/debugger/shared/debugutil_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/declarative/debugger/shared/debugutil_p.h b/tests/auto/declarative/debugger/shared/debugutil_p.h
index 24b7e252cb..d24d2d949f 100644
--- a/tests/auto/declarative/debugger/shared/debugutil_p.h
+++ b/tests/auto/declarative/debugger/shared/debugutil_p.h
@@ -102,14 +102,12 @@ public:
bool waitForSessionStart();
QString output() const;
+ void stop();
private slots:
void processAppOutput();
private:
- void stop();
-
-private:
QString m_executable;
QProcess m_process;
QString m_outputBuffer;