QMetaType: remove useless public: access specifier

We're already in the public section.

Change-Id: I0d3a04f71574110b7f68edf978ccde9586b18759
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
This commit is contained in:
Marc Mutz 2022-07-01 16:55:17 +02:00
parent 3c07f12415
commit 2b355017a2

View File

@ -490,8 +490,6 @@ public:
}
friend bool operator!=(QMetaType a, QMetaType b) { return !(a == b); }
public:
#ifndef QT_NO_DEBUG_STREAM
bool debugStream(QDebug& dbg, const void *rhs);
bool hasRegisteredDebugStreamOperator() const;