Include moc files for a tiny speedup on incremental builds
This commit is contained in:
parent
d2009428b6
commit
06927cd3c2
72 changed files with 335 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue