diff options
Diffstat (limited to 'src/rekonq_defines.h')
-rw-r--r-- | src/rekonq_defines.h | 14 |
1 files changed, 13 insertions, 1 deletions
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 +}; + } |