aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testresultspane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/testresultspane.h')
-rw-r--r--src/plugins/autotest/testresultspane.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/autotest/testresultspane.h b/src/plugins/autotest/testresultspane.h
index 9cedf7e7c6b..7dcd1f94be7 100644
--- a/src/plugins/autotest/testresultspane.h
+++ b/src/plugins/autotest/testresultspane.h
@@ -72,7 +72,7 @@ class TestResultsPane : public Core::IOutputPane
{
Q_OBJECT
public:
- virtual ~TestResultsPane();
+ ~TestResultsPane() override;
static TestResultsPane *instance();
// IOutputPane interface
@@ -119,7 +119,7 @@ private:
void toggleOutputStyle();
QString getWholeOutput(const QModelIndex &parent = QModelIndex());
- void createMarks(const QModelIndex& parent = QModelIndex());
+ void createMarks(const QModelIndex &parent = QModelIndex());
void clearMarks();
QStackedWidget *m_outputWidget;