diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-26 12:46:21 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-26 12:46:21 +0200 |
commit | 596e85667d9b2863340318a061dafa676111ff2c (patch) | |
tree | 602cd26418abab05643127331d8e3a28ae1af700 /src/application.cpp | |
parent | Clear Data UI (diff) | |
download | rekonq-596e85667d9b2863340318a061dafa676111ff2c.tar.xz |
New Clear Private Data action
Needs some fixes..
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index 8581c56d..60d5ee48 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -131,7 +131,6 @@ void Application::postLaunch() } - void Application::slotSaveConfiguration() const { ReKonfig::self()->writeConfig(); |