Home
last modified time | relevance | path

Searched refs:commandConfigPath (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/copyq/CopyQ-5.0.0/src/app/
H A Dclipboardserver.cpp101 void migrateCommands(const QString &commandConfigPath) in migrateCommands() argument
106 const QString commandConfigPathNew = commandConfigPath + ".new"; in migrateCommands()
122 if ( !QFile::rename(commandConfigPathNew, commandConfigPath) ) { in migrateCommands()
124 .arg(commandConfigPath), LogError ); in migrateCommands()
136 const QString commandConfigPath = getConfigurationFilePath("-commands.ini"); in restoreConfiguration() local
137 if ( QFile::exists(commandConfigPath) ) in restoreConfiguration()
138 Settings(commandConfigPath).restore(); in restoreConfiguration()
140 migrateCommands(commandConfigPath); in restoreConfiguration()
/dports/deskutils/copyq/CopyQ-5.0.0/src/common/
H A Dcommandstore.cpp163 const QString commandConfigPath = getConfigurationFilePath("-commands.ini"); in loadAllCommands() local
164 return importCommandsFromFile(commandConfigPath); in loadAllCommands()