[network/ruqola] src/widgets/encryption: Coding style
Laurent Montel <[email protected]> Tue, 4 Aug 2026 11:54:24 +0000 (UTC)
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 44441aff50ea95a32eeaacb16201a8f30333751b by Laurent Montel.
Committed on 04/08/2026 at 11:22.
Pushed by mlaurent into branch 'master'.
Coding style
M +1 -1 src/widgets/encryption/e2edecodeencryptionkeywidget.cpp
https://invent.kde.org/network/ruqola/-/commit/44441aff50ea95a32eeaacb16201a8f30333751b
diff --git a/src/widgets/encryption/e2edecodeencryptionkeywidget.cpp b/src/widgets/encryption/e2edecodeencryptionkeywidget.cpp
index 541d6c3e30..b718e240ca 100644
--- a/src/widgets/encryption/e2edecodeencryptionkeywidget.cpp
+++ b/src/widgets/encryption/e2edecodeencryptionkeywidget.cpp
@@ -5,10 +5,10 @@
*/
#include "e2edecodeencryptionkeywidget.h"
-using namespace Qt::Literals::StringLiterals;
#include <KLocalizedString>
+using namespace Qt::Literals::StringLiterals;
E2eDecodeEncryptionKeyWidget::E2eDecodeEncryptionKeyWidget(QWidget *parent)
: KMessageWidget(parent)
{