Home
last modified time | relevance | path

Searched refs:checkFolderPath (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/model/url_attribute/
H A DSharedDbUrlUtils.cpp44 bool checkFolderPath(const QString &folderPath) { in checkFolderPath() function
106 CHECK(checkFolderPath(folderPath), QString()); in createDbFolderUrl()
/dports/net-im/beebeep/beebeep-code-r1476/src/core/
H A DSettings.cpp1160 QString Settings::checkFolderPath( const QString& folder_path, const QString& default_value, bool c… in checkFolderPath() function in Settings
1286 m_downloadDirectory = checkFolderPath( m_downloadDirectory, defaultDownloadFolderPath(), true ); in load()
1287 m_lastDirectorySelected = checkFolderPath( m_lastDirectorySelected, dataFolder(), false ); in load()
1288 …m_logPath = checkFolderPath( Bee::convertToNativeFolderSeparator( sets->value( "LogFolderPath", da… in load()
1290 …m_pluginPath = checkFolderPath( Bee::convertToNativeFolderSeparator( sets->value( "PluginPath", pl… in load()
1292 …m_languagePath = checkFolderPath( Bee::convertToNativeFolderSeparator( sets->value( "LanguagePath"… in load()
1644 m_shareBoxPath = checkFolderPath( user_ini->value( "ShareBoxPath", "" ).toString(), "", false ); in loadCommonSettings()
H A DSettings.h665 …QString checkFolderPath( const QString& folder_path, const QString& default_value, bool check_writ…