shared: common: On first start, try to set a rasonable pdfviewer value

May not be users default, but better than nothing for now.

Issue: #27
This commit is contained in:
2022-04-25 23:01:05 +02:00
parent 0d01fa977d
commit def766ba67
2 changed files with 51 additions and 0 deletions

View File

@ -7,6 +7,8 @@ namespace Common
void setupAppInfo();
QString databasePath();
QString ipcSocketPath();
void setPdfViewer();
QString findInPath(QString needle);
bool initSqliteDatabase(QString path);
void ensureConfigured();
} // namespace Common