diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-05-22 12:09:39 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-05-22 12:12:31 (GMT) |
commit | 6f67fcf54de82c65c5f36ac10dfb6e41b550c296 (patch) | |
tree | 053795142d89461fa47af48bc41691896e4c81b4 /doc/src/snippets/code | |
parent | 64cc2368d230c6f0996a6311767bd1704b4cf322 (diff) | |
parent | 5e72b9fb3aae520a690c73bba2eb61d6614a1510 (diff) | |
download | Qt-6f67fcf54de82c65c5f36ac10dfb6e41b550c296.zip Qt-6f67fcf54de82c65c5f36ac10dfb6e41b550c296.tar.gz Qt-6f67fcf54de82c65c5f36ac10dfb6e41b550c296.tar.bz2 |
Say hello to animation API and state machine API (now with history)
Diffstat (limited to 'doc/src/snippets/code')
-rw-r--r-- | doc/src/snippets/code/src_corelib_tools_qeasingcurve.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/snippets/code/src_corelib_tools_qeasingcurve.cpp b/doc/src/snippets/code/src_corelib_tools_qeasingcurve.cpp new file mode 100644 index 0000000..65358ea --- /dev/null +++ b/doc/src/snippets/code/src_corelib_tools_qeasingcurve.cpp @@ -0,0 +1,4 @@ +//! [0] +qreal myEasingFunction(qreal progress); +//! [0] + |