aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testresult.h
diff options
context:
space:
mode:
authorChristian Stenger <[email protected]>2017-01-19 12:15:59 +0100
committerChristian Stenger <[email protected]>2017-02-17 08:01:15 +0000
commitae2c068e682cf858fa386f494006d6ddc90e1fc6 (patch)
tree7e251e6af23f4f42a80fc15762fb988ae7e2b18d /src/plugins/autotest/testresult.h
parente2b909c6b6f4a5e3fa189df6aa1145d1eb3e798f (diff)
AutoTest: Fix handling of data tags in test results
Avoid adding test functions again and put further data tags directly below the respective test function. Change-Id: I29775b836cc4584358ee67b5f07744986c6a6591 Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/autotest/testresult.h')
-rw-r--r--src/plugins/autotest/testresult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/autotest/testresult.h b/src/plugins/autotest/testresult.h
index 9eff8e5428b..e53e6fcce41 100644
--- a/src/plugins/autotest/testresult.h
+++ b/src/plugins/autotest/testresult.h
@@ -90,6 +90,7 @@ public:
static Result::Type toResultType(int rt);
static QString resultToString(const Result::Type type);
static QColor colorForType(const Result::Type type);
+ static bool isMessageCaseStart(const Result::Type type);
virtual bool isDirectParentOf(const TestResult *other, bool *needsIntermediate) const;
virtual bool isIntermediateFor(const TestResult *other) const;