shared: common: Add versionText() function

Tento commit je obsažen v:
2022-05-31 18:40:40 +02:00
rodič 15615776d3
revize f14e2e77cd
2 změnil soubory, kde provedl 7 přidání a 0 odebrání

Zobrazit soubor

@@ -13,5 +13,6 @@ bool initSqliteDatabase(QString path);
void ensureConfigured();
QStringList excludedPaths();
bool isTextFile(QFileInfo fileInfo);
QString versionText();
} // namespace Common
#endif