aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/testresult.h')
-rw-r--r--src/plugins/autotest/testresult.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/autotest/testresult.h b/src/plugins/autotest/testresult.h
index 17ae5dc82ba..66073f0ca40 100644
--- a/src/plugins/autotest/testresult.h
+++ b/src/plugins/autotest/testresult.h
@@ -31,6 +31,7 @@
#include <QString>
#include <QColor>
#include <QMetaType>
+#include <QSharedPointer>
namespace Autotest {
namespace Internal {
@@ -104,6 +105,8 @@ private:
// environment?
};
+using TestResultPtr = QSharedPointer<TestResult>;
+
class FaultyTestResult : public TestResult
{
public: