From f495453bc1c2157f3c0a9a7957d15d3b5f434a72 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 20 Dec 2003 00:53:04 +0000 Subject: fix bug in line 73 - it helps to actually call the functions ;) --- (limited to 'noncore') diff --git a/noncore/settings/backup/backuprestore.cpp b/noncore/settings/backup/backuprestore.cpp index 7d0daf7..cfba907 100644 --- a/noncore/settings/backup/backuprestore.cpp +++ b/noncore/settings/backup/backuprestore.cpp @@ -70,7 +70,7 @@ BackupAndRestore::BackupAndRestore( QWidget* parent, const char* name, WFlags f { backupLocations.insert("CF", "/mnt/cf"); } - if (StorageInfo::hasSd || StorageInfo::hasMmc) + if (StorageInfo::hasSd() || StorageInfo::hasMmc()) { backupLocations.insert("SD", "/mnt/card"); } -- cgit v0.9.0.2