shared: common: Add versionText() function

This commit is contained in:
2022-05-31 18:40:40 +02:00
parent 15615776d3
commit f14e2e77cd
2 changed files with 7 additions and 0 deletions

View File

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