diff options
author | Christian Stenger <[email protected]> | 2021-08-18 09:13:57 +0200 |
---|---|---|
committer | Christian Stenger <[email protected]> | 2021-08-18 11:54:07 +0000 |
commit | 0d23a3b886e9ba669aa1fcb5f949300aeb704c85 (patch) | |
tree | 921e089073cad08b7a050e4afb0c82aa788b44b5 /src/plugins/autotest/testresultspane.h | |
parent | 017416e327d9a7eec86b3e2f4b6b94f975b64c86 (diff) |
AutoTest: Handle resizing appropriate
When the user resizes QC and has a test result selected which
contains multiple lines these lines will be re-evaluated
and may now end up in having more or less lines than before.
We need to inform the UI that this caused a change of the
needed size otherwise we end up in omitting lines or adding
empty lines.
Task-number: QTCREATORBUG-26122
Change-Id: I91b0271975f8f0fff128ef7cf6c74947c0162ea9
Reviewed-by: David Schulz <[email protected]>
Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/autotest/testresultspane.h')
-rw-r--r-- | src/plugins/autotest/testresultspane.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/autotest/testresultspane.h b/src/plugins/autotest/testresultspane.h index b13796b5a9e..f28f1865f1b 100644 --- a/src/plugins/autotest/testresultspane.h +++ b/src/plugins/autotest/testresultspane.h @@ -105,6 +105,7 @@ private: void onRunSelectedTriggered(); void checkAllFilter(bool checked); void filterMenuTriggered(QAction *action); + bool eventFilter(QObject *object, QEvent *event) override; void initializeFilterMenu(); void updateSummaryLabel(); |