Fixes for minor issues found by static analysis
Mostly style issues. I used the following tools to find most of these: - lgtm.com - clang-tidy - cpplint - cppcheck
This commit is contained in:
committed by
Jonathan White
parent
c663b5d5fc
commit
f62e0534a2
@@ -29,7 +29,7 @@ class ScreenLockListenerWin : public ScreenLockListenerPrivate, public QAbstract
|
||||
public:
|
||||
explicit ScreenLockListenerWin(QWidget* parent = nullptr);
|
||||
~ScreenLockListenerWin();
|
||||
virtual bool nativeEventFilter(const QByteArray& eventType, void* message, long*) override;
|
||||
bool nativeEventFilter(const QByteArray& eventType, void* message, long*) override;
|
||||
|
||||
private:
|
||||
void* m_powerNotificationHandle;
|
||||
|
||||
Reference in New Issue
Block a user