error: expected unqualified-id before 'const'
This commit is contained in:
parent
9145b9638b
commit
a3264e34e5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user