From 4ba9903ccb5982d7d49b37850fffd47dc3e5da40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Ander=20Pe=C3=B1alba?= Date: Fri, 22 Oct 2010 19:21:11 +0200 Subject: BookmarksPanel API improved --- src/urlpanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/urlpanel.h') diff --git a/src/urlpanel.h b/src/urlpanel.h index 722eeae0..42ff85fa 100644 --- a/src/urlpanel.h +++ b/src/urlpanel.h @@ -58,7 +58,7 @@ public Q_SLOTS: protected: virtual void setup(); - virtual QAbstractItemModel* getModel() = 0; + virtual QAbstractItemModel* model() = 0; PanelTreeView* panelTreeView() const {return _treeView;} -- cgit v1.2.1