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
Tento commit je obsažen v:
2022-04-25 23:01:05 +02:00
rodič 0d01fa977d
revize def766ba67
2 změnil soubory, kde provedl 51 přidání a 0 odebrání

Zobrazit soubor

@@ -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