We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea14e13 commit 65068b8Copy full SHA for 65068b8
generator/shellheadergenerator.cpp
@@ -345,7 +345,7 @@ void ShellHeaderGenerator::write(QTextStream& s, const AbstractMetaClass* meta_c
345
}
346
347
348
- s << "public slots:" << endl;
+ s << "public Q_SLOTS:" << endl;
349
if (meta_class->generateShellClass() || !meta_class->isAbstract()) {
350
351
bool copyConstructorSeen = false;
0 commit comments