From a76176911328349414203edda3785ac8925c0648 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Wed, 26 Mar 2003 02:06:21 +0000 Subject: add static isCf, isSd, and isMmc --- (limited to 'library/storage.h') diff --git a/library/storage.h b/library/storage.h index 66a9f9d..0a0698f 100644 --- a/library/storage.h +++ b/library/storage.h @@ -32,9 +32,11 @@ class StorageInfo : public QObject public: StorageInfo( QObject *parent=0 ); - const QList &fileSystems() const { return mFileSystems; } - const FileSystem *fileSystemOf( const QString &filename ); - + const QList &fileSystems() const { return mFileSystems; } + const FileSystem *fileSystemOf( const QString &filename ); + static bool hasCf(); + static bool hasSd(); + static bool hasMmc(); signals: void disksChanged(); -- cgit v0.9.0.2