diff options
author | Orgad Shaneh <[email protected]> | 2020-10-08 17:55:43 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2020-10-09 05:23:17 +0000 |
commit | 4b6a6acc4e793bb60109f587861d9280de5b238a (patch) | |
tree | 67ef4bb4ccc0ce9c751594e3ec8fc187f8d53642 /src/plugins/autotest/testresultspane.h | |
parent | d1a42414c5d6ed0c3fca3d4baf0c03d50e889193 (diff) |
Core: De-pure IOutputPane::visibilityChanged()
Most implementations are empty.
Change-Id: I811cacfc2918c8b2803798c4f5d3dabc7d60ccd1
Reviewed-by: André Hartmann <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/autotest/testresultspane.h')
-rw-r--r-- | src/plugins/autotest/testresultspane.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/autotest/testresultspane.h b/src/plugins/autotest/testresultspane.h index 658165f01db..0f3d05c1cff 100644 --- a/src/plugins/autotest/testresultspane.h +++ b/src/plugins/autotest/testresultspane.h @@ -85,7 +85,6 @@ public: QString displayName() const override; int priorityInStatusBar() const override; void clearContents() override; - void visibilityChanged(bool visible) override; void setFocus() override; bool hasFocus() const override; bool canFocus() const override; |