diff options
author | Christian Stenger <[email protected]> | 2017-12-04 10:11:19 +0100 |
---|---|---|
committer | Christian Stenger <[email protected]> | 2017-12-19 08:57:31 +0000 |
commit | dc1e6519a613b2759d6ef54a9c1d1dd6579e34aa (patch) | |
tree | 59cea79a7efa69309941fc7ea902675ceeb505f6 /src/plugins/autotest/testresultspane.h | |
parent | e0a23664aafad2a215df4c43e85a47c4a006e693 (diff) |
AutoTest: Consolidate handling of global menu items
Change-Id: I6ad07775d63206864ec330ad87d3b65e5ecaf76c
Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/autotest/testresultspane.h')
-rw-r--r-- | src/plugins/autotest/testresultspane.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/autotest/testresultspane.h b/src/plugins/autotest/testresultspane.h index 911396b1939..12a3720091c 100644 --- a/src/plugins/autotest/testresultspane.h +++ b/src/plugins/autotest/testresultspane.h @@ -108,7 +108,6 @@ private: void onTestRunStarted(); void onTestRunFinished(); void onScrollBarRangeChanged(int, int max); - void updateRunActions(); void onCustomContextMenuRequested(const QPoint &pos); const TestResult *getTestResult(const QModelIndex &idx); void onCopyItemTriggered(const TestResult *result); @@ -133,7 +132,6 @@ private: QToolButton *m_outputToggleButton; QPlainTextEdit *m_textOutput; QMenu *m_filterMenu; - bool m_wasVisibleBefore = false; bool m_autoScroll = false; bool m_atEnd = false; bool m_testRunning = false; |