diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-05-22 11:11:41 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-05-22 11:11:41 (GMT) |
commit | 1a709fbe25a2446a9b311ded88aec5565258f3ac (patch) | |
tree | 0c7b0a5fbd94b7a4d59666f671fc8f995153161b /doc/src/snippets/code | |
parent | 5a734e4657161e0877b32181df35a56241b21de4 (diff) | |
download | Qt-1a709fbe25a2446a9b311ded88aec5565258f3ac.zip Qt-1a709fbe25a2446a9b311ded88aec5565258f3ac.tar.gz Qt-1a709fbe25a2446a9b311ded88aec5565258f3ac.tar.bz2 |
Say hello to animation API & state machine API
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] + |