shared: common: Add mountPaths()

Mountpaths indicate mount points of external devices. Files
located under such paths should not be removed on sync, because
they may have not been deleted, but are just inaccessible right now.
Šī revīzija ir iekļauta:
2022-06-05 20:53:37 +02:00
vecāks 0e5abf96c8
revīzija 61a446ec2d
2 mainīti faili ar 29 papildinājumiem un 0 dzēšanām

Parādīt failu

@@ -12,7 +12,9 @@ QString findInPath(QString needle);
bool initSqliteDatabase(QString path);
void ensureConfigured();
QStringList excludedPaths();
QStringList mountPaths();
bool isTextFile(QFileInfo fileInfo);
bool isMountPath(QString path);
QString versionText();
} // namespace Common
#endif