summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qhistorystate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/statemachine/qhistorystate.h')
-rw-r--r--src/corelib/statemachine/qhistorystate.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/corelib/statemachine/qhistorystate.h b/src/corelib/statemachine/qhistorystate.h
index 31f0d3121b..549be15ab0 100644
--- a/src/corelib/statemachine/qhistorystate.h
+++ b/src/corelib/statemachine/qhistorystate.h
@@ -65,16 +65,8 @@ public:
void setHistoryType(HistoryType type);
Q_SIGNALS:
- void defaultStateChanged(
-#if !defined(Q_QDOC)
- QPrivateSignal
-#endif
- );
- void historyTypeChanged(
-#if !defined(Q_QDOC)
- QPrivateSignal
-#endif
- );
+ void defaultStateChanged(QPrivateSignal);
+ void historyTypeChanged(QPrivateSignal);
protected:
void onEntry(QEvent *event) Q_DECL_OVERRIDE;