summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
diff options
context:
space:
mode:
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 e85aadbba7..aaaf701ea5 100644
--- a/src/tools/moc/moc.cpp
+++ b/src/tools/moc/moc.cpp
@@ -1107,7 +1107,7 @@ void Moc::parsePluginData(ClassDef *def)
msg += "Plugin Metadata file ";
msg += lexem();
msg += " does not exist. Declaration will be ignored";
- warning(msg.constData());
+ error(msg.constData());
return;
}
QFile file(fi.canonicalFilePath());