You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by pm...@apache.org on 2015/06/07 04:10:08 UTC

incubator-corinthia git commit: Fix moc compile error "No classes found"

Repository: incubator-corinthia
Updated Branches:
  refs/heads/master 7257fdef0 -> 2edf0efda


Fix moc compile error "No classes found"

Don't include Editor.moc at the end of Editor.cpp, because we no longer
have any classes in that file which use Q_OBJECT.


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/2edf0efd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/2edf0efd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/2edf0efd

Branch: refs/heads/master
Commit: 2edf0efda35a8fcfdb5b37017a4c3cee9544dd1c
Parents: 7257fde
Author: Peter Kelly <pe...@uxproductivity.com>
Authored: Sun Jun 7 09:08:22 2015 +0700
Committer: Peter Kelly <pe...@uxproductivity.com>
Committed: Sun Jun 7 09:08:22 2015 +0700

----------------------------------------------------------------------
 consumers/corinthia/src/Editor.cpp | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/2edf0efd/consumers/corinthia/src/Editor.cpp
----------------------------------------------------------------------
diff --git a/consumers/corinthia/src/Editor.cpp b/consumers/corinthia/src/Editor.cpp
index 165df1d..01171c9 100644
--- a/consumers/corinthia/src/Editor.cpp
+++ b/consumers/corinthia/src/Editor.cpp
@@ -265,5 +265,3 @@ void Editor::webViewloadFinished(bool ok)
 
     processCallbacks(_evaluator);
 }
-
-#include <Editor.moc>