aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2012-10-10 09:51:12 -0300
committerRenato Araujo Oliveira Filho <renato.filho@canonical.com>2012-10-10 09:51:12 -0300
commit7c27fad278a0a41e7a1488b06a94021f2d468461 (patch)
tree206c20cacd09543e3d7a923ee4b8005d52a42ed3 /tests
parent5dd33f34a444cea648f17fe8aadd93b516948957 (diff)
downloadqmenumodel-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.cpp2
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();