Call QObject::metaObject

This commit is contained in:
Jonas Kvinge
2025-01-17 09:08:59 +01:00
parent 726c105ed6
commit e6a0945dfa
20 changed files with 20 additions and 20 deletions

View File

@@ -59,7 +59,7 @@ TagReaderClient::TagReaderClient(QObject *parent)
abort_(false),
processing_(false) {
setObjectName(QLatin1String(metaObject()->className()));
setObjectName(QLatin1String(QObject::metaObject()->className()));
if (!sInstance) {
sInstance = this;