Always use system-style includes for libQuotient

This commit is contained in:
Tobias Fella
2022-09-09 00:16:39 +02:00
parent 8c436075d8
commit d70a8a652a
21 changed files with 68 additions and 66 deletions

View File

@@ -6,7 +6,7 @@
#include <QAbstractListModel>
#include "neochatroom.h"
#include "room.h"
#include <room.h>
class MessageEventModel : public QAbstractListModel
{