diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-21 12:14:24 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-21 12:14:24 +0100 |
commit | b0f157b2546b754753ca8e22dba075af292f27f8 (patch) | |
tree | 4199f104a51bb1b4492ab44910730345cc55e06a /src/mainwindow.cpp | |
parent | Always Show Tab Bar. Or not... (diff) | |
download | rekonq-b0f157b2546b754753ca8e22dba075af292f27f8.tar.xz |
Added comment
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 1c515218..1c475c0b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -300,11 +300,15 @@ void MainWindow::setupHistoryMenu() } +// FIXME +// check ALL variables: including alwaysShowTabbar.. + void MainWindow::slotUpdateConf() { // ============== General ================== m_homePage = ReKonfig::homePage(); + // =========== Fonts ============== QWebSettings *defaultSettings = QWebSettings::globalSettings(); |