[network/ruqola] src/core/messages: coding style
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 08c4fce9191d5d8a48f4d090708b4147c091eac3 by Laurent Montel.
Committed on 03/08/2026 at 11:25.
Pushed by mlaurent into branch 'master'.
coding style
M +1 -1 src/core/messages/messagepinned.h
https://invent.kde.org/network/ruqola/-/commit/08c4fce9191d5d8a48f4d090708b4147c091eac3
diff --git a/src/core/messages/messagepinned.h b/src/core/messages/messagepinned.h
index 64e71df0c2..9166d2220f 100644
--- a/src/core/messages/messagepinned.h
+++ b/src/core/messages/messagepinned.h
@@ -10,6 +10,7 @@
#include <QSharedData>
class QJsonObject;
+class QDebug;
class LIBRUQOLACORE_EXPORT MessagePinned : public QSharedData
{
public:
@@ -35,5 +36,4 @@ private:
QString mPinnedBy;
bool mPinned = false;
};
-class QDebug;
LIBRUQOLACORE_EXPORT QDebug operator<<(QDebug d, const MessagePinned &t);