diff options
author | Christian Stenger <christian.stenger@qt.io> | 2016-10-24 09:00:20 +0200 |
---|---|---|
committer | Christian Stenger <christian.stenger@qt.io> | 2016-10-26 09:59:57 +0000 |
commit | 99a82f7035f7bb9230d30f151f56c61085df4c13 (patch) | |
tree | 7c2d4eac5fa0e28725d700a83cf9eb9e72e4f9f2 /src/plugins/autotest/testframeworkmanager.cpp | |
parent | ab03ddae252a36e6c168c85974ae2b80b59e1894 (diff) | |
download | qt-creator-99a82f7035f7bb9230d30f151f56c61085df4c13.tar.gz |
AutoTest: Simplify settingspage creation for frameworks
Change-Id: Icb262e48a7980748cb0f03e578a49ca26d0c6b29
Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/autotest/testframeworkmanager.cpp')
-rw-r--r-- | src/plugins/autotest/testframeworkmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/testframeworkmanager.cpp b/src/plugins/autotest/testframeworkmanager.cpp index 0b65a79e17..16a33d7425 100644 --- a/src/plugins/autotest/testframeworkmanager.cpp +++ b/src/plugins/autotest/testframeworkmanager.cpp @@ -29,12 +29,12 @@ #include "iframeworksettings.h" #include "itestframework.h" #include "itestparser.h" +#include "itestsettingspage.h" #include "testrunner.h" #include "testsettings.h" #include "testtreeitem.h" #include "testtreemodel.h" -#include <coreplugin/dialogs/ioptionspage.h> #include <utils/algorithm.h> #include <utils/qtcassert.h> |