shared: common: Introduce ipcSocketPath()

This commit is contained in:
2022-04-24 12:12:23 +02:00
والد e8f095f821
کامیت 84e13e432b
2فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده

مشاهده پرونده

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