| 12 | namespace |
| 13 | { |
| 14 | const QString iniFileName() |
| 15 | { |
| 16 | return QApplication::applicationDirPath() + "/" + "settings.ini"; |
| 17 | } |
| 18 | |
| 19 | const QString qs_guiGroup = "GUI"; |
| 20 | const QString qs_captureHotkey = "captureHotkey"; |
no outgoing calls
no test coverage detected