Skip to content
Snippets Groups Projects
Commit 5386fda8 authored by Robert Loehning's avatar Robert Loehning
Browse files

Preferences: Options page needs unique ID


Task-number: QTCREATORBUG-14742
Change-Id: I81f21ac5ccd4d0d2e5775e7d816bfd91ef927e84
Reviewed-by: default avatarChristian Stenger <christian.stenger@theqtcompany.com>
parent 1108556f
No related branches found
Tags at-v3.5.0
No related merge requests found
......@@ -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"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment