[network/ruqola] src/widgets/room: coding style
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit ccfc34d75522396fd9b7f22b0ad1f29fc4f1bece by Laurent Montel.
Committed on 13/08/2026 at 16:49.
Pushed by mlaurent into branch 'master'.
coding style
M +1 -1 src/widgets/room/roomreplythreadwidget.cpp
https://invent.kde.org/network/ruqola/-/commit/ccfc34d75522396fd9b7f22b0ad1f29fc4f1bece
diff --git a/src/widgets/room/roomreplythreadwidget.cpp b/src/widgets/room/roomreplythreadwidget.cpp
index bd67eb7519..e01a512be1 100644
--- a/src/widgets/room/roomreplythreadwidget.cpp
+++ b/src/widgets/room/roomreplythreadwidget.cpp
@@ -5,12 +5,12 @@
*/
#include "roomreplythreadwidget.h"
-using namespace Qt::Literals::StringLiterals;
#include <KLocalizedString>
#include <QAction>
#include <QPushButton>
+using namespace Qt::Literals::StringLiterals;
RoomReplyThreadWidget::RoomReplyThreadWidget(QWidget *parent)
: KMessageWidget(parent)
{