diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 02:20:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 02:20:44 +0200 |
commit | c3ff1138d5d62e7092abb9d66f7f26097014f6e8 (patch) | |
tree | 096c858597df0470d8914f14c322f8037f57b48d /src/mainview.h | |
parent | Removed rekonqrun class and provided slots in Application one. (diff) | |
download | rekonq-c3ff1138d5d62e7092abb9d66f7f26097014f6e8.tar.xz |
Big Big Big Commit!
Refactored loadUrl code to divide UI classes from WEB classes.
We now have two loadUrl methods in the Application class to load
(hopefully) every kind of (k)url..
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainview.h b/src/mainview.h index 05a7d96f..0324d4ed 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -104,13 +104,6 @@ public slots: */ WebView *newTab(); - /** - * Core browser slot. Load an url in a webview - * - * @param url The url to load - */ - void loadUrl(const KUrl &url); - void slotCloneTab(int index = -1); void slotCloseTab(int index = -1); void slotCloseOtherTabs(int index); |