summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index b58fcb02..1a7f91cb 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -8,8 +8,8 @@
#include "filecontent.h"
#include "keygendialog.h"
#include "passworddialog.h"
-#include "qpushbuttonwithclipboard.h"
#include "qpushbuttonasqrcode.h"
+#include "qpushbuttonwithclipboard.h"
#include "qtpass.h"
#include "qtpasssettings.h"
#include "settingsconstants.h"
@@ -1032,8 +1032,7 @@ void MainWindow::addToGridLayout(int position, const QString &field,
}
if (QtPassSettings::isUseQrencode()) {
- QPushButtonAsQRCode *qrbutton =
- new QPushButtonAsQRCode(trimmedValue, this);
+ QPushButtonAsQRCode *qrbutton = new QPushButtonAsQRCode(trimmedValue, this);
connect(qrbutton, &QPushButtonAsQRCode::clicked, m_qtPass,
&QtPass::showTextAsQRCode);
qrbutton->setStyleSheet("border-style: none ; background: transparent;");