diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-11-07 22:33:11 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-11-07 22:33:11 +0100 |
commit | 4bb3ca9452cb165d8ca8da5e3fc5bcfe1b9cfd1a (patch) | |
tree | 151d078b89a94ea10142c0979db8306119ad6865 /src/urlpanel.h | |
parent | Let suggestions work also without search engines ones. (diff) | |
parent | Bug when a bookmark contains a '&' fixed in some cases (diff) | |
download | rekonq-4bb3ca9452cb165d8ca8da5e3fc5bcfe1b9cfd1a.tar.xz |
Merge branch 'master' of git.kde.org:rekonq
Diffstat (limited to 'src/urlpanel.h')
-rw-r--r-- | src/urlpanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;} |