Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2016-04-06 16:01:28 +0300
committerKlaas Freitag <freitag@owncloud.com>2016-04-06 16:01:28 +0300
commit7b1f02fcda7bdcb22853ed0d5974c2f2c5f21125 (patch)
treef6057f2df02565ed1d771ff4e7f955d7dc57dcc9 /src/gui/selectivesyncdialog.h
parent15bdb7be640d54373a8c7660a0ee2fcfaacff999 (diff)
SelectiveSync: Verify if the list could be read from journal.
If there is a read error from the database while trying to get the list from database, make sure to not behave badly because the list is empty.
Diffstat (limited to 'src/gui/selectivesyncdialog.h')
-rw-r--r--src/gui/selectivesyncdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/selectivesyncdialog.h b/src/gui/selectivesyncdialog.h
index fd5a5e2e6..aebe426c6 100644
--- a/src/gui/selectivesyncdialog.h
+++ b/src/gui/selectivesyncdialog.h
@@ -90,6 +90,7 @@ private:
SelectiveSyncTreeView *_treeView;
Folder *_folder;
+ QPushButton *_okButton;
};
}