diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-12-04 08:32:24 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-12-04 08:32:24 +0100 |
commit | 4b57869f28ed1721a00e3d498c3fb268d1704ac6 (patch) | |
tree | 3bd7e2c6d43480df0221521659c7d5eaafaef352 /tests | |
parent | 517c21c4f3b4ff3e4e07b0e0f9cc41c3cefccba7 (diff) | |
download | qmenumodel-4b57869f28ed1721a00e3d498c3fb268d1704ac6.tar.gz qmenumodel-4b57869f28ed1721a00e3d498c3fb268d1704ac6.tar.bz2 qmenumodel-4b57869f28ed1721a00e3d498c3fb268d1704ac6.zip |
Remove useless include.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client/cachetest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/client/cachetest.cpp b/tests/client/cachetest.cpp index 16b3a6a..245ad9b 100644 --- a/tests/client/cachetest.cpp +++ b/tests/client/cachetest.cpp @@ -24,7 +24,6 @@ extern "C" { } #include <QtTest> -#include <QDebug> class MenuModelTestClass : public QMenuModel |