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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/corelib/kernel/qwineventnotifier.h b/src/corelib/kernel/qwineventnotifier.h
index 07a0b29d97..95fdff07ce 100644
--- a/src/corelib/kernel/qwineventnotifier.h
+++ b/src/corelib/kernel/qwineventnotifier.h
@@ -61,11 +61,7 @@ public Q_SLOTS:
void setEnabled(bool enable);
Q_SIGNALS:
- void activated(HANDLE hEvent
-#if !defined(Q_QDOC)
- , QPrivateSignal
-#endif
- );
+ void activated(HANDLE hEvent, QPrivateSignal);
protected:
bool event(QEvent * e);