summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-27 19:42:30 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-03-27 19:42:30 +0100
commit6ab284d4f3e759be939bd8948b1b842300984f87 (patch)
treef4911422831ce5c18cf53a44592d37c0e4a4e077 /src/bookmarks/bookmarkstreemodel.h
parentMerge commit 'refs/merge-requests/107' of git://gitorious.org/rekonq/mainline... (diff)
parent- Fix a crash when the cancel button of the add bookmark menu is clicked (diff)
downloadrekonq-6ab284d4f3e759be939bd8948b1b842300984f87.tar.xz
Merge commit 'refs/merge-requests/107' of git://gitorious.org/rekonq/mainline into HistoryBookmarksImprovements
Diffstat (limited to 'src/bookmarks/bookmarkstreemodel.h')
-rw-r--r--src/bookmarks/bookmarkstreemodel.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/bookmarks/bookmarkstreemodel.h b/src/bookmarks/bookmarkstreemodel.h
index 4ff19e5f..b312ab2d 100644
--- a/src/bookmarks/bookmarkstreemodel.h
+++ b/src/bookmarks/bookmarkstreemodel.h
@@ -84,13 +84,16 @@ public:
virtual QMimeData *mimeData( const QModelIndexList & indexes ) const;
private slots:
- void bookmarksChanged( const QString &groupAddress );
+ void bookmarksChanged();
+ void saveOnly();
+ void reconnectManager();
signals:
- void bookmarkChangedFinished();
+ void bookmarksUpdated();
private:
BtmItem *m_root;
+
void resetModel();
void setRoot(KBookmarkGroup bmg);
void populate( BtmItem *node, KBookmarkGroup bmg);