summaryrefslogtreecommitdiff
path: root/noncore/settings/backup/backuprestore.h
authorar <ar>2004-07-25 14:35:09 (UTC)
committer ar <ar>2004-07-25 14:35:09 (UTC)
commit8b3a81d53c7db43bf748c2390b429dde2ab9aa82 (patch) (side-by-side diff)
treeeb0da156fba85f8ade489a42382ace3a88df87af /noncore/settings/backup/backuprestore.h
parentda9a436a866e608451115316c7374a6730174130 (diff)
downloadopie-8b3a81d53c7db43bf748c2390b429dde2ab9aa82.zip
opie-8b3a81d53c7db43bf748c2390b429dde2ab9aa82.tar.gz
opie-8b3a81d53c7db43bf748c2390b429dde2ab9aa82.tar.bz2
- begin implementation of custom backup- and restore-locations
Diffstat (limited to 'noncore/settings/backup/backuprestore.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/backup/backuprestore.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/settings/backup/backuprestore.h b/noncore/settings/backup/backuprestore.h
index 0d88f8d..527b3cf 100644
--- a/noncore/settings/backup/backuprestore.h
+++ b/noncore/settings/backup/backuprestore.h
@@ -28,12 +28,18 @@ private slots:
void rescanFolder(QString directory);
void fileListUpdate();
+ void addLocation();
+ void removeLocation();
+ void saveLocation();
+
private:
void scanForApplicationSettings();
int getBackupFiles(QString &backupFiles, QListViewItem *parent);
QString getExcludeFile();
QMap<QString, QString> backupLocations;
QList<QListViewItem> getAllItems(QListViewItem *item, QList<QListViewItem> &list);
+ void refreshBackupLocations();
+ void refreshLocations();
QListViewItem *systemSettings;
QListViewItem *applicationSettings;