summaryrefslogtreecommitdiff
path: root/src/corelib/statemachine/qhistorystate.h
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-06-04 16:05:19 +0200
committerKent Hansen <khansen@trolltech.com>2009-06-04 16:05:19 +0200
commit5c23548a0a60ca25631cff2fa7f296fdbd15b78a (patch)
tree0ea2c16452c89eed738a459f004afcfadac9d298 /src/corelib/statemachine/qhistorystate.h
parentfcd1059f05be695b78f42c02446b17ab143ce9c0 (diff)
downloadqt4-tools-5c23548a0a60ca25631cff2fa7f296fdbd15b78a.tar.gz
add QT_NO_STATEMACHINE define so state machine can be compiled out
Reviewed-by: Thierry Bastian
Diffstat (limited to 'src/corelib/statemachine/qhistorystate.h')
-rw-r--r--src/corelib/statemachine/qhistorystate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/statemachine/qhistorystate.h b/src/corelib/statemachine/qhistorystate.h
index a0682bda0a..eee43d1dc6 100644
--- a/src/corelib/statemachine/qhistorystate.h
+++ b/src/corelib/statemachine/qhistorystate.h
@@ -50,6 +50,8 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Core)
+#ifndef QT_NO_STATEMACHINE
+
class QHistoryStatePrivate;
class Q_CORE_EXPORT QHistoryState : public QAbstractState
{
@@ -84,6 +86,8 @@ private:
Q_DECLARE_PRIVATE(QHistoryState)
};
+#endif //QT_NO_STATEMACHINE
+
QT_END_NAMESPACE
QT_END_HEADER