summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-05-07 20:36:38 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-05-07 20:36:38 +0200
commita0f722f2a40bca1be6d4bd977fe37cadafe3a296 (patch)
tree36d62345939a8b6891eb3bacba41f81e4c048683 /src
parentFix potential crash when opening separate rooms (diff)
downloadnheko-a0f722f2a40bca1be6d4bd977fe37cadafe3a296.tar.xz
Fix header order...
Diffstat (limited to 'src')
-rw-r--r--src/timeline/RoomlistModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/RoomlistModel.h b/src/timeline/RoomlistModel.h
index 84c770b7..eb42a478 100644
--- a/src/timeline/RoomlistModel.h
+++ b/src/timeline/RoomlistModel.h
@@ -8,10 +8,10 @@
 #include <CacheStructs.h>
 #include <QAbstractListModel>
 #include <QHash>
+#include <QQmlEngine>
 #include <QSharedPointer>
 #include <QSortFilterProxyModel>
 #include <QString>
-#include <QQmlEngine>
 #include <set>
 
 #include <mtx/responses/sync.hpp>