error: expected unqualified-id before 'const'
This commit is contained in:
parent
9145b9638b
commit
a3264e34e5
|
@ -74,7 +74,7 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// cppcheck-suppress unknownMacro
|
// cppcheck-suppress unknownMacro
|
||||||
Q_DISABLE_COPY_MOVE(VLockGuard<Guarded>) // NOLINT
|
Q_DISABLE_COPY_MOVE(VLockGuard) // NOLINT
|
||||||
|
|
||||||
QSharedPointer<Guarded> holder;
|
QSharedPointer<Guarded> holder;
|
||||||
int lockError;
|
int lockError;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user