diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-14 17:41:28 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-12 16:40:28 +0100 |
commit | e35004358ab0b290a5fefd893c7c9aab9cce6440 (patch) | |
tree | 9b84f4e54b2cd04642ecc7e8bb5a8d56003bd370 /src/history/historymanager.h | |
parent | Let the "big sync" work (the one done every minute...) (diff) | |
download | rekonq-e35004358ab0b290a5fefd893c7c9aab9cce6440.tar.xz |
let history, bookmarks and passwords sync on change (first bits)
Diffstat (limited to 'src/history/historymanager.h')
-rw-r--r-- | src/history/historymanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/history/historymanager.h b/src/history/historymanager.h index bdce16d7..cfc875af 100644 --- a/src/history/historymanager.h +++ b/src/history/historymanager.h @@ -183,6 +183,8 @@ Q_SIGNALS: void entryRemoved(const HistoryItem &item); void entryUpdated(int offset); + void historySaved(); + public Q_SLOTS: void clear(); void loadSettings(); |