diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-28 12:08:45 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-28 12:08:45 +0200 |
commit | f4054a4adf480b4960f6925c3f5e65a919ff3f6e (patch) | |
tree | 3e00a232e9ee8ef93f6a7ee2b970cad6bdea0c3d /src/bookmarks.h | |
parent | Removed QDialog instances (diff) | |
parent | cosmetic (diff) | |
download | rekonq-f4054a4adf480b4960f6925c3f5e65a919ff3f6e.tar.xz |
Fixed mainwindow conflicts
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r-- | src/bookmarks.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bookmarks.h b/src/bookmarks.h index fef91413..8b4cf8e5 100644 --- a/src/bookmarks.h +++ b/src/bookmarks.h @@ -93,10 +93,7 @@ public: /** * This function returns whether the owner supports tabs. */ - virtual bool supportsTabs() const - { - return true; - } + virtual bool supportsTabs() const; /** * Called if the user wants to open every bookmark in this folder in a new tab. |