summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qwineventnotifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qwineventnotifier.h')
-rw-r--r--src/corelib/kernel/qwineventnotifier.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/kernel/qwineventnotifier.h b/src/corelib/kernel/qwineventnotifier.h
index 20f921c8683..d265c8c1813 100644
--- a/src/corelib/kernel/qwineventnotifier.h
+++ b/src/corelib/kernel/qwineventnotifier.h
@@ -81,8 +81,6 @@ protected:
bool event(QEvent * e);
private:
- Q_DISABLE_COPY(QWinEventNotifier)
-
HANDLE handleToEvent;
bool enabled;
};