diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-01-21 00:56:38 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-01-21 00:56:38 +0100 |
commit | 01f663ff20f2c886d20e098ebe68d60d92c9e62c (patch) | |
tree | 29c3b570543015c0e5e0ede118071e1c6589c034 | |
parent | Save memory! (diff) | |
download | rekonq-01f663ff20f2c886d20e098ebe68d60d92c9e62c.tar.xz |
Spare fixes
-rw-r--r-- | src/application.h | 1 | ||||
-rw-r--r-- | src/webview.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h index 12ff2e3b..a0cd6745 100644 --- a/src/application.h +++ b/src/application.h @@ -110,6 +110,7 @@ public: public slots: /** * Save application's configuration + * * @see ReKonfig::self()->writeConfig(); */ void saveConfiguration() const; diff --git a/src/webview.cpp b/src/webview.cpp index 292eb364..c2183749 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -60,6 +60,7 @@ #include <QtDBus/QDBusReply> #include <QDir> + WebView::WebView(QWidget* parent) : KWebView(parent, false) , m_page( new WebPage(this) ) |