[network/ruqola] src/core/model: Remove unused namespace in header
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit cbd508c5bd54a9e216ae033e24bcf7d367685cf1 by Laurent Montel.
Committed on 18/07/2026 at 10:41.
Pushed by mlaurent into branch 'master'.
Remove unused namespace in header
M +0 -1 src/core/model/listmessagesmodel.h
https://invent.kde.org/network/ruqola/-/commit/cbd508c5bd54a9e216ae033e24bcf7d367685cf1
diff --git a/src/core/model/listmessagesmodel.h b/src/core/model/listmessagesmodel.h
index 964c56bbba..9980b7acdb 100644
--- a/src/core/model/listmessagesmodel.h
+++ b/src/core/model/listmessagesmodel.h
@@ -10,7 +10,6 @@
#include "messagesmodel.h"
#include <QByteArray>
class QJsonObject;
-using namespace Qt::Literals::StringLiterals;
class LIBRUQOLACORE_EXPORT ListMessagesModel : public MessagesModel
{
Q_OBJECT