summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-09-10 13:25:32 +0200
committerPetr Mrázek <peterix@gmail.com>2017-09-10 13:25:32 +0200
commitb2b04876009400c04658d9b986b86d3edeb3b51a (patch)
tree457223b8639333ff5a266fc2b8115914d5af8ca3
parent9491396292b740072fa90e6e81e81dbd1b159166 (diff)
downloadMultiMC-b2b04876009400c04658d9b986b86d3edeb3b51a.tar
MultiMC-b2b04876009400c04658d9b986b86d3edeb3b51a.tar.gz
MultiMC-b2b04876009400c04658d9b986b86d3edeb3b51a.tar.lz
MultiMC-b2b04876009400c04658d9b986b86d3edeb3b51a.tar.xz
MultiMC-b2b04876009400c04658d9b986b86d3edeb3b51a.zip
NOISSUE clean up moc warnings
-rw-r--r--api/logic/Env.cpp2
-rw-r--r--api/logic/InstanceList.cpp2
-rw-r--r--api/logic/meta/BaseEntity.cpp2
-rw-r--r--api/logic/meta/VersionList.cpp3
-rw-r--r--application/ColumnResizer.cpp2
-rw-r--r--application/MultiMC.cpp2
6 files changed, 0 insertions, 13 deletions
diff --git a/api/logic/Env.cpp b/api/logic/Env.cpp
index 17ee3fa8..e2abda49 100644
--- a/api/logic/Env.cpp
+++ b/api/logic/Env.cpp
@@ -180,5 +180,3 @@ void Env::setJarsPath(const QString& path)
{
d->m_jarsPath = path;
}
-
-#include "Env.moc"
diff --git a/api/logic/InstanceList.cpp b/api/logic/InstanceList.cpp
index e929293f..dbc111fc 100644
--- a/api/logic/InstanceList.cpp
+++ b/api/logic/InstanceList.cpp
@@ -338,5 +338,3 @@ void InstanceList::propertiesChanged(BaseInstance *inst)
emit dataChanged(index(i), index(i));
}
}
-
-#include "InstanceList.moc"
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"
diff --git a/api/logic/meta/VersionList.cpp b/api/logic/meta/VersionList.cpp
index 44687d3c..4da0fb76 100644
--- a/api/logic/meta/VersionList.cpp
+++ b/api/logic/meta/VersionList.cpp
@@ -227,6 +227,3 @@ void Meta::VersionList::setParentUid(const QString& parentUid)
{
m_parentUid = parentUid;
}
-
-
-#include "VersionList.moc"
diff --git a/application/ColumnResizer.cpp b/application/ColumnResizer.cpp
index 49440830..ee99bf40 100644
--- a/application/ColumnResizer.cpp
+++ b/application/ColumnResizer.cpp
@@ -197,5 +197,3 @@ void ColumnResizer::addWidgetsFromFormLayout(QFormLayout* layout, QFormLayout::I
d->m_wrWidgetItemList << newItem;
}
}
-
-#include <ColumnResizer.moc> \ No newline at end of file
diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp
index 6a01795d..52450b0f 100644
--- a/application/MultiMC.cpp
+++ b/application/MultiMC.cpp
@@ -1194,5 +1194,3 @@ void MultiMC::on_windowClose()
exit(0);
}
}
-
-#include "MultiMC.moc"