aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2015-08-10 14:08:29 +0200
committerRobert Loehning <robert.loehning@theqtcompany.com>2015-08-10 16:15:47 +0300
commit5386fda85145132a37042593a4d48b05f4ea1fdc (patch)
treef0f90aad970463b2a335205fb71a9aa87e528148
parent1108556f1ed423913d927eb501ce6a91d833e169 (diff)
Preferences: Options page needs unique IDat-v3.5.0
Task-number: QTCREATORBUG-14742 Change-Id: I81f21ac5ccd4d0d2e5775e7d816bfd91ef927e84 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--plugins/autotest/testsettingspage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autotest/testsettingspage.cpp b/plugins/autotest/testsettingspage.cpp
index cf96ef92b6..643704649c 100644
--- a/plugins/autotest/testsettingspage.cpp
+++ b/plugins/autotest/testsettingspage.cpp
@@ -91,7 +91,7 @@ TestSettings TestSettingsWidget::settings() const
TestSettingsPage::TestSettingsPage(const QSharedPointer<TestSettings> &settings)
: m_settings(settings), m_widget(0)
{
- setId("A.General");
+ setId("A.AutoTest.General");
setDisplayName(tr("General"));
setCategory(Constants::AUTOTEST_SETTINGS_CATEGORY);
setDisplayCategory(tr("Test Settings"));