summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-11-23 00:59:38 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-11-23 00:59:38 +0100
commitedddaa8d96ea85051bd4dad99670615d56c6d32e (patch)
tree1b9887516c4de55b7c49fb5fe9741f8eaa12ff9a /mainwindow.cpp
parent3c499ef7a047c3fbfd924c762e839b3802caa4e0 (diff)
Removed useless QtPassSettings::saveAllSettings()
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 1e4237fb..4e91cc68 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1597,7 +1597,6 @@ void MainWindow::closeEvent(QCloseEvent *event) {
QtPassSettings::setSplitterRight(ui->splitter->sizes()[1]);
event->accept();
}
- QtPassSettings::saveAllSettings();
}
/**