diff options
Diffstat (limited to 'tests/client/qmltest.cpp')
-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(); |