diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-09-10 13:25:32 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-09-10 13:25:32 +0200 |
commit | b2b04876009400c04658d9b986b86d3edeb3b51a (patch) | |
tree | 457223b8639333ff5a266fc2b8115914d5af8ca3 /api/logic/meta/BaseEntity.cpp | |
parent | 9491396292b740072fa90e6e81e81dbd1b159166 (diff) | |
download | PrismLauncher-b2b04876009400c04658d9b986b86d3edeb3b51a.tar.gz PrismLauncher-b2b04876009400c04658d9b986b86d3edeb3b51a.tar.bz2 PrismLauncher-b2b04876009400c04658d9b986b86d3edeb3b51a.zip |
NOISSUE clean up moc warnings
Diffstat (limited to 'api/logic/meta/BaseEntity.cpp')
-rw-r--r-- | api/logic/meta/BaseEntity.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/logic/meta/BaseEntity.cpp b/api/logic/meta/BaseEntity.cpp index 439256b5..6bac71ee 100644 --- a/api/logic/meta/BaseEntity.cpp +++ b/api/logic/meta/BaseEntity.cpp @@ -160,5 +160,3 @@ shared_qobject_ptr<Task> Meta::BaseEntity::getCurrentTask() } return nullptr; } - -#include "BaseEntity.moc" |