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/bookmarks/bookmarkprovider.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/bookmarks/bookmarkprovider.h')
-rw-r--r-- | src/bookmarks/bookmarkprovider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmarks/bookmarkprovider.h b/src/bookmarks/bookmarkprovider.h index fe49eaee..db7efe45 100644 --- a/src/bookmarks/bookmarkprovider.h +++ b/src/bookmarks/bookmarkprovider.h @@ -140,6 +140,7 @@ Q_SIGNALS: * @short This signal is emitted when an url has to be loaded */ void openUrl(const KUrl &, const Rekonq::OpenType &); + void emitChanged(); private: void find(QList<KBookmark> *list, const KBookmark &bookmark, const QString &text); |