summaryrefslogtreecommitdiff
path: root/src/plugins/mcusupport/mcusupportoptionspage.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2020-04-07 14:44:22 +0200
committerTobias Hunger <tobias.hunger@qt.io>2020-04-17 13:24:43 +0000
commit74a07f906f60913b52defebd3ed1db59b3239c94 (patch)
tree3bf5d27fc4c145a90dac8f4845e0cd0ea84460e7 /src/plugins/mcusupport/mcusupportoptionspage.cpp
parent7e3afa6657427b06b26ea783deeb6b1ed64f8743 (diff)
downloadqt-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.cpp2
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());
});
}