diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-10 09:51:12 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-10 09:51:12 -0300 |
commit | 7c27fad278a0a41e7a1488b06a94021f2d468461 (patch) | |
tree | 206c20cacd09543e3d7a923ee4b8005d52a42ed3 /tests | |
parent | 5dd33f34a444cea648f17fe8aadd93b516948957 (diff) | |
download | qmenumodel-7c27fad278a0a41e7a1488b06a94021f2d468461.tar.gz qmenumodel-7c27fad278a0a41e7a1488b06a94021f2d468461.tar.bz2 qmenumodel-7c27fad278a0a41e7a1488b06a94021f2d468461.zip |
Fixed typo in function name.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client/qmltest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client/qmltest.cpp b/tests/client/qmltest.cpp index ae0d914..e9db4ac 100644 --- a/tests/client/qmltest.cpp +++ b/tests/client/qmltest.cpp @@ -65,7 +65,7 @@ private Q_SLOTS: /* * Test if model is destroyed without crash */ - void destoyModel() + void destroyModel() { m_script.publishMenu(); m_script.run(); |