We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127ad70 commit 926f6d8Copy full SHA for 926f6d8
src/qt/winshutdownmonitor.h
@@ -17,7 +17,7 @@ class WinShutdownMonitor : public QAbstractNativeEventFilter
17
{
18
public:
19
/** Implements QAbstractNativeEventFilter interface for processing Windows messages */
20
- bool nativeEventFilter(const QByteArray &eventType, void *pMessage, long *pnResult);
+ bool nativeEventFilter(const QByteArray &eventType, void *pMessage, long *pnResult) override;
21
22
/** Register the reason for blocking shutdown on Windows to allow clean client exit */
23
static void registerShutdownBlockReason(const QString& strReason, const HWND& mainWinId);
0 commit comments