diff options
author | Christian Stenger <christian.stenger@qt.io> | 2018-03-13 10:04:46 +0100 |
---|---|---|
committer | Christian Stenger <christian.stenger@qt.io> | 2018-04-12 08:27:25 +0000 |
commit | 86b78bde5d95ad9f4476d53c9ac6af26ca5f2504 (patch) | |
tree | bd0f3be49998c77bb8e4ad581eb4233b2c550e18 /src/plugins/autotest/testframeworkmanager.h | |
parent | aee959ea1d749373ba34abf1eabc6eae6f36c747 (diff) | |
download | qt-creator-86b78bde5d95ad9f4476d53c9ac6af26ca5f2504.tar.gz |
AutoTest: Allow framework specific tool tip on settings
The grouping checkbox enables grouping, but frameworks can have
more grouping modes than the default implementation.
Allow frameworks to provide its own tool tip for the checkbox
on the general settings page.
Change-Id: I0515e542284491a669ef33820104a32074ecf885
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/autotest/testframeworkmanager.h')
-rw-r--r-- | src/plugins/autotest/testframeworkmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/autotest/testframeworkmanager.h b/src/plugins/autotest/testframeworkmanager.h index 3b8c5d4e9f..2753202024 100644 --- a/src/plugins/autotest/testframeworkmanager.h +++ b/src/plugins/autotest/testframeworkmanager.h @@ -67,6 +67,7 @@ public: bool isActive(const Core::Id &frameworkId) const; bool groupingEnabled(const Core::Id &frameworkId) const; void setGroupingEnabledFor(const Core::Id &frameworkId, bool enabled); + QString groupingToolTip(const Core::Id &frameworkId) const; bool hasActiveFrameworks() const; private: |