summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-21 12:14:24 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-21 12:14:24 +0100
commitb0f157b2546b754753ca8e22dba075af292f27f8 (patch)
tree4199f104a51bb1b4492ab44910730345cc55e06a /src
parentAlways Show Tab Bar. Or not... (diff)
downloadrekonq-b0f157b2546b754753ca8e22dba075af292f27f8.tar.xz
Added comment
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp4
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();