summary refs log tree commit diff
path: root/src/MemberList.h
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-24 09:16:29 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-29 21:07:52 -0400
commit8a329d65174d091a5c4d1542d0e74c7d576ee3c6 (patch)
treebb584fae9d72e8c235d8a22dabb14e829730a4a0 /src/MemberList.h
parentSimplify read receipt storage (diff)
downloadnheko-8a329d65174d091a5c4d1542d0e74c7d576ee3c6.tar.xz
Remove Avatar class
RIP
Diffstat (limited to 'src/MemberList.h')
-rw-r--r--src/MemberList.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MemberList.h b/src/MemberList.h
index 9932f6a4..e6522694 100644
--- a/src/MemberList.h
+++ b/src/MemberList.h
@@ -4,9 +4,10 @@
 
 #pragma once
 
-#include "CacheStructs.h"
 #include <QAbstractListModel>
 
+#include "CacheStructs.h"
+
 class MemberList : public QAbstractListModel
 {
         Q_OBJECT