summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/moc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/moc/moc.h')
-rw-r--r--src/tools/moc/moc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/moc/moc.h b/src/tools/moc/moc.h
index 84ddf47a89..4d918c4dbf 100644
--- a/src/tools/moc/moc.h
+++ b/src/tools/moc/moc.h
@@ -201,9 +201,7 @@ struct ClassDef : BaseDef {
QVector<PropertyDef> propertyList;
QVector<PrivateQPropertyDef> privateQProperties;
QSet<QByteArray> qPropertyMembers;
- int notifyableProperties = 0;
int revisionedMethods = 0;
- int revisionedProperties = 0;
bool hasQObject = false;
bool hasQGadget = false;