diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2020-04-07 14:44:22 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@qt.io> | 2020-04-17 13:24:43 +0000 |
commit | 74a07f906f60913b52defebd3ed1db59b3239c94 (patch) | |
tree | 3bf5d27fc4c145a90dac8f4845e0cd0ea84460e7 /src/plugins/mcusupport/mcusupportoptionspage.cpp | |
parent | 7e3afa6657427b06b26ea783deeb6b1ed64f8743 (diff) | |
download | qt-creator-74a07f906f60913b52defebd3ed1db59b3239c94.tar.gz |
CMake: Rename some constants
Rename some constants to get a bit more consistency into the
naming scheme. I am so tiered of missing a constant due to it
not having _ in the expected places!
Change-Id: Ibb5e82ea4e25ccb559352839b96c8a64394f3085
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/mcusupport/mcusupportoptionspage.cpp')
-rw-r--r-- | src/plugins/mcusupport/mcusupportoptionspage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/mcusupport/mcusupportoptionspage.cpp b/src/plugins/mcusupport/mcusupportoptionspage.cpp index e07899028d..b7442ff5a2 100644 --- a/src/plugins/mcusupport/mcusupportoptionspage.cpp +++ b/src/plugins/mcusupport/mcusupportoptionspage.cpp @@ -90,7 +90,7 @@ McuSupportOptionsWidget::McuSupportOptionsWidget() mainLayout->addWidget(m_statusInfoLabel); connect(m_statusInfoLabel, &QLabel::linkActivated, this, []{ Core::ICore::showOptionsDialog( - CMakeProjectManager::Constants::CMAKE_SETTINGSPAGE_ID, + CMakeProjectManager::Constants::CMAKE_SETTINGS_PAGE_ID, Core::ICore::mainWindow()); }); } |