summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e273dbb1..960fc62d 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -766,7 +766,8 @@ void MainWindow::generateKeyPair(QString batch, QDialog *keygenWindow) {
* select a more appropriate one to view too
*/
void MainWindow::updateProfileBox() {
- QHash<QString, QHash<QString, QString>> profiles = QtPassSettings::getProfiles();
+ QHash<QString, QHash<QString, QString>> profiles =
+ QtPassSettings::getProfiles();
if (profiles.isEmpty()) {
ui->profileWidget->hide();