summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-25 02:14:04 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-25 02:14:04 +0200
commit50d2f90b32782c0712a59eed16f7b0b2778dc7ab (patch)
tree7df91c77e152b6ce74d70ddd8f287d5b6521b476 /src/mainwindow.h
parentNetwork Access Manager, first improvements (diff)
downloadrekonq-50d2f90b32782c0712a59eed16f7b0b2778dc7ab.tar.xz
Various changes
- moved updateCOnfiguration slot to Application class from MainWindow (its right place) - loaded conf out of ctor (this will increase boot speed, but could in theory let rekonq fails on first load. We'll see..) - set accept-language (raw) header. RFC 2626, section 14. Choose your preferred language. - Try fixing CacheControl values (rekonq seems work quite well offline, now)
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d1509066..5c525e26 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -116,7 +116,6 @@ protected:
private slots:
void postLaunch();
- void updateConfiguration();
void browserLoading(bool);
void updateActions();
void updateWindowTitle(const QString &title = QString());