diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-16 01:24:33 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-16 01:34:23 +0100 |
commit | 06927cd3c256949fb0622889506cc3bd3a2e286e (patch) | |
tree | 0f1922dd6dd5cdb30dc047d1d77a05e7b88df304 /src/MemberList.cpp | |
parent | workaround broken platform dialogs on macos (diff) | |
download | nheko-06927cd3c256949fb0622889506cc3bd3a2e286e.tar.xz |
Include moc files for a tiny speedup on incremental builds
Diffstat (limited to 'src/MemberList.cpp')
-rw-r--r-- | src/MemberList.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MemberList.cpp b/src/MemberList.cpp index a5e6565e..56f2b5b7 100644 --- a/src/MemberList.cpp +++ b/src/MemberList.cpp @@ -169,3 +169,5 @@ MemberList::filterAcceptsRow(int source_row, const QModelIndex &) const m_model.m_memberList[source_row].first.display_name.contains(filterString, Qt::CaseInsensitive); } + +#include "moc_MemberList.cpp" |