summaryrefslogtreecommitdiff
path: root/plugins/autotest/testinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testinfo.h')
-rw-r--r--plugins/autotest/testinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/autotest/testinfo.h b/plugins/autotest/testinfo.h
index 91b6be9996..c03236416d 100644
--- a/plugins/autotest/testinfo.h
+++ b/plugins/autotest/testinfo.h
@@ -27,7 +27,8 @@ namespace Internal {
class TestInfo
{
public:
- explicit TestInfo(const QString &className, const QStringList &functions = QStringList(),
+ explicit TestInfo(const QString &className = QString(),
+ const QStringList &functions = QStringList(),
unsigned revision = 0, unsigned editorRevision = 0);
~TestInfo();