diff options
| -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(); | 
