diff options
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h index 234ed8e9..271e31a9 100644 --- a/src/application.h +++ b/src/application.h @@ -86,7 +86,7 @@ private slots: * Any actions that can be delayed until the window is visible */ void postLaunch(); - void openUrl(const KUrl &url); + private: static QPointer<HistoryManager> s_historyManager; |