summaryrefslogtreecommitdiffstats
path: root/src/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.h')
-rw-r--r--src/test.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test.h b/src/test.h
index ffcc170..2bd1ed9 100644
--- a/src/test.h
+++ b/src/test.h
@@ -91,8 +91,7 @@ public:
{ return testName; }
inline QString path() const
{ return testPath; }
- inline QString executable() const
- { return testExecutable; }
+ QString executable() const;
inline Test::TestStatus status() const
{ return teststatus; }
inline void reset()
@@ -139,7 +138,6 @@ protected Q_SLOTS:
private:
QString testName;
QString testPath;
- QString testExecutable;
TestStatus teststatus;
TestResult r;
QProcess *p;