summaryrefslogtreecommitdiff
path: root/library/storage.h
Side-by-side diff
Diffstat (limited to 'library/storage.h') (more/less context) (show whitespace changes)
-rw-r--r--library/storage.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/storage.h b/library/storage.h
index 66a9f9d..0a0698f 100644
--- a/library/storage.h
+++ b/library/storage.h
@@ -34,7 +34,9 @@ public:
const QList<FileSystem> &fileSystems() const { return mFileSystems; }
const FileSystem *fileSystemOf( const QString &filename );
-
+ static bool hasCf();
+ static bool hasSd();
+ static bool hasMmc();
signals:
void disksChanged();