| 69 | } |
| 70 | |
| 71 | bool LibQNapi::isPortableMode() { |
| 72 | return QFileInfo(portableConfigPath()).exists(); |
| 73 | } |
| 74 | |
| 75 | QString LibQNapi::portableConfigPath() { |
| 76 | return appExecutableDir + QDir::separator() + "qnapi.ini"; |
nothing calls this directly
no outgoing calls
no test coverage detected