From c2bbd9066ae8b6902d51b8d9782702252eec5d95 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 9 Dec 2011 15:29:56 +0100 Subject: Sync improvements, last bunch! Improved code division (it will be super easy now adding a new handler) Added a new config UI (QWizard based) --- src/rekonq_defines.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/rekonq_defines.h') diff --git a/src/rekonq_defines.h b/src/rekonq_defines.h index bd11c24e..439ee8cc 100644 --- a/src/rekonq_defines.h +++ b/src/rekonq_defines.h @@ -64,11 +64,11 @@ namespace Rekonq { + /** * @short notifying message status * Different message status */ - enum Notify { Success, ///< url successfully (down)loaded @@ -90,6 +90,18 @@ enum OpenType NewBackTab, ///< open url in new tab in background NewWindow ///< open url in new window }; + +/** +* @short data to be synced +* Different data we can sync +*/ +enum SyncData +{ + Bookmarks, + History, + Passwords +}; + } -- cgit v1.2.1