diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-25 02:14:04 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-25 02:14:04 +0200 |
commit | 50d2f90b32782c0712a59eed16f7b0b2778dc7ab (patch) | |
tree | 7df91c77e152b6ce74d70ddd8f287d5b6521b476 /src/application.h | |
parent | Network Access Manager, first improvements (diff) | |
download | rekonq-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/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h index fe3c50c1..87d395eb 100644 --- a/src/application.h +++ b/src/application.h @@ -136,6 +136,8 @@ private slots: void loadResolvedUrl(ThreadWeaver::Job *); + void updateConfiguration(); + private: static QWeakPointer<HistoryManager> s_historyManager; static QWeakPointer<BookmarkProvider> s_bookmarkProvider; |