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
|
|
@ -2,8 +2,7 @@
|
|||
//
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#ifndef READRECEIPTSMODEL_H
|
||||
#define READRECEIPTSMODEL_H
|
||||
#pragma once
|
||||
|
||||
#include <QAbstractListModel>
|
||||
#include <QDateTime>
|
||||
|
|
@ -73,5 +72,3 @@ private:
|
|||
|
||||
ReadReceiptsModel model_;
|
||||
};
|
||||
|
||||
#endif // READRECEIPTSMODEL_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue