diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-10-06 13:21:01 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-10-06 13:26:45 (GMT) |
commit | cbc2508fc8cb0f16a061f778f777f8363640fcc8 (patch) | |
tree | d75b3760f634e642cce6c156604d81e9fe7215ea | |
parent | addc0cbdbe21da27f7ad9f0ee05a16e24afa392d (diff) | |
download | Qt-cbc2508fc8cb0f16a061f778f777f8363640fcc8.zip Qt-cbc2508fc8cb0f16a061f778f777f8363640fcc8.tar.gz Qt-cbc2508fc8cb0f16a061f778f777f8363640fcc8.tar.bz2 |
add missing include
Necessary since the SignalEvent class was moved to qstatemachine.h.
-rw-r--r-- | src/corelib/statemachine/qstatemachine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/statemachine/qstatemachine.h b/src/corelib/statemachine/qstatemachine.h index 321a05c..13b6fe2 100644 --- a/src/corelib/statemachine/qstatemachine.h +++ b/src/corelib/statemachine/qstatemachine.h @@ -48,6 +48,7 @@ #include <QtCore/qlist.h> #include <QtCore/qobject.h> #include <QtCore/qset.h> +#include <QtCore/qvariant.h> QT_BEGIN_HEADER |