error: expected unqualified-id before 'const'

This commit is contained in:
Roman Telezhynskyi 2023-02-28 12:00:41 +02:00
parent 9145b9638b
commit a3264e34e5

View file

@ -74,7 +74,7 @@ public:
private:
// cppcheck-suppress unknownMacro
Q_DISABLE_COPY_MOVE(VLockGuard<Guarded>) // NOLINT
Q_DISABLE_COPY_MOVE(VLockGuard) // NOLINT
QSharedPointer<Guarded> holder;
int lockError;