Home
last modified time | relevance | path

Searched refs:rootPathKey (Results 1 – 6 of 6) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DSetupRootDialog.cxx45 QString SetupRootDialog::rootPathKey() in rootPathKey() function in SetupRootDialog
103 QString path = settings.value(rootPathKey()).toString(); in restoreUserSelectedRoot()
148 settings.setValue(rootPathKey(), "!ask"); in askRootOnNextLaunch()
218 settings.setValue(rootPathKey(), m_browsedPath); in onBrowse()
237 settings.remove(rootPathKey()); // remove any setting in onUseDefaults()
H A DSetupRootDialog.hxx54 static QString rootPathKey();
H A DLauncherController.cxx833 QString root = settings.value(SetupRootDialog::rootPathKey()).toString(); in requestChangeDataPath()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/languageserverprotocol/
H A Dinitializemessages.h78 { return optionalClientValue<QString>(rootPathKey); } in rootPath()
80 { insert(rootPathKey, path); } in setRootPath()
81 void clearRootPath() { remove(rootPathKey); } in clearRootPath()
H A Djsonkeys.h183 constexpr char rootPathKey[] = "rootPath"; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/gerrit/
H A Dgerritserver.cpp55 static const char rootPathKey[] = "RootPath"; variable
197 rootPath = settings->value(rootPathKey).toString(); in loadSettings()
217 settings->setValue(rootPathKey, rootPath); in saveSettings()