summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-06-21 11:27:01 +0200
committerMitch Curtis <mitch.curtis@digia.com>2014-06-23 11:19:07 +0200
commitffdba0459b9ca562d530849e3e8995d6f17985df (patch)
tree0f0f7673d3b664c980d5b29c999c0a7f398955f6 /src/tools/moc
parent0f2ed80a0cfd0442fd5ea1fc1fd4a76ffb8a162a (diff)
Correct grammar of missing Q_OBJECT macro warning.
Change-Id: Ifb84220285e38ce6940595035ca9fe012c350b79 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/tools/moc')
-rw-r--r--src/tools/moc/moc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/moc/moc.cpp b/src/tools/moc/moc.cpp
index ea4838c8f2..f5700899fa 100644
--- a/src/tools/moc/moc.cpp
+++ b/src/tools/moc/moc.cpp
@@ -788,7 +788,7 @@ void Moc::parse()
if (!def.hasQObject && !def.hasQGadget)
- error("Class declarations lacks Q_OBJECT macro.");
+ error("Class declaration lacks Q_OBJECT macro.");
// Add meta tags to the plugin meta data:
if (!def.pluginData.iid.isEmpty())