Update the database in a different thread so it doesn't freeze the main
thread. Show PIN in a dialog instead of a notification popup. Translations updated.
This commit is contained in:
2
utils.h
2
utils.h
@@ -46,8 +46,8 @@ public:
|
||||
#endif
|
||||
|
||||
bool removeRecursively(const QString &dirName);
|
||||
QString readable_size(quint64 size, bool use_gib = false);
|
||||
bool getDiskSpace(const QString &dir, quint64 *free, quint64 *total);
|
||||
QByteArray getThumbnail(const QString &path, DataType type, metadata_t *metadata);
|
||||
QString readable_size(quint64 size, bool use_gib = false);
|
||||
|
||||
#endif // UTILS_H
|
||||
|
Reference in New Issue
Block a user