[pim/kdepim-addons] kmail/editorsendcheckplugins/confirm-address: coding style
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a73fed5e1cea8a411b9a09ed38a6e947a1a148d8 by Laurent Montel.
Committed on 15/08/2026 at 08:56.
Pushed by mlaurent into branch 'master'.
coding style
M +1 -1 kmail/editorsendcheckplugins/confirm-address/confirmaddressconfigurewidget.cpp
https://invent.kde.org/pim/kdepim-addons/-/commit/a73fed5e1cea8a411b9a09ed38a6e947a1a148d8
diff --git a/kmail/editorsendcheckplugins/confirm-address/confirmaddressconfigurewidget.cpp b/kmail/editorsendcheckplugins/confirm-address/confirmaddressconfigurewidget.cpp
index 842120b80..c4d1cc731 100644
--- a/kmail/editorsendcheckplugins/confirm-address/confirmaddressconfigurewidget.cpp
+++ b/kmail/editorsendcheckplugins/confirm-address/confirmaddressconfigurewidget.cpp
@@ -5,7 +5,6 @@
*/
#include "confirmaddressconfigurewidget.h"
-using namespace Qt::Literals::StringLiterals;
#include "confirmaddressconfiguretab.h"
#include <KConfigGroup>
@@ -14,6 +13,7 @@ using namespace Qt::Literals::StringLiterals;
#include <QRegularExpression>
#include <QVBoxLayout>
+using namespace Qt::Literals::StringLiterals;
ConfirmAddressConfigureWidget::ConfirmAddressConfigureWidget(QWidget *parent)
: MessageComposer::PluginEditorConfigureBaseWidget(parent)
, mConfirmAddressConfigureTab(new ConfirmAddressConfigureTab(this))