summaryrefslogtreecommitdiff
path: root/plugins/autotest/testresultdelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testresultdelegate.h')
-rw-r--r--plugins/autotest/testresultdelegate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/autotest/testresultdelegate.h b/plugins/autotest/testresultdelegate.h
index d70b0d8902..63873a9d25 100644
--- a/plugins/autotest/testresultdelegate.h
+++ b/plugins/autotest/testresultdelegate.h
@@ -38,6 +38,8 @@ public:
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const;
+ static QString outputString(const TestResult &testResult, bool selected);
+
public slots:
void currentChanged(const QModelIndex &current, const QModelIndex &previous);