summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qstatemachine.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-11-03 11:05:55 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-11-03 15:23:00 (GMT)
commitb210026bda1fcd6d38b8a5a556aefe4fb5c4f891 (patch)
tree95a2d9e877ab37256c45351292edb0ce03e494f5 /src/corelib/statemachine/qstatemachine.h
parent9f62759028b0bdb8fb7991c349d58a89323b8567 (diff)
downloadQt-b210026bda1fcd6d38b8a5a556aefe4fb5c4f891.zip
Qt-b210026bda1fcd6d38b8a5a556aefe4fb5c4f891.tar.gz
Qt-b210026bda1fcd6d38b8a5a556aefe4fb5c4f891.tar.bz2
Change name of DoNotRestoreProperties enum to DontRestoreProperties
Using the abbreviated "Dont" is consistent with other negated enum names in Qt. Reviewed-by: Kent Hansen
Diffstat (limited to 'src/corelib/statemachine/qstatemachine.h')
-rw-r--r--src/corelib/statemachine/qstatemachine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/statemachine/qstatemachine.h b/src/corelib/statemachine/qstatemachine.h
index f7ceba1..ff2b667 100644
--- a/src/corelib/statemachine/qstatemachine.h
+++ b/src/corelib/statemachine/qstatemachine.h
@@ -109,7 +109,7 @@ public:
};
enum RestorePolicy {
- DoNotRestoreProperties,
+ DontRestoreProperties,
RestoreProperties
};