Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Parley
Commits
0d795934
Commit
0d795934
authored
Dec 13, 2020
by
Laurent Montel
😁
Browse files
Don't include QtTest as it includes all QtCore includes
parent
dfce083a
Changes
2
Hide whitespace changes
Inline
Side-by-side
autotests/allpass2test.cpp
View file @
0d795934
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "parleydocument.h"
#include "parleydocument.h"
#include <Q
t
Test>
#include <QTest>
/** This class is a unittest stub with 2 tests that always pass
/** This class is a unittest stub with 2 tests that always pass
*/
*/
...
...
autotests/parleyunittestutilities.h
View file @
0d795934
...
@@ -32,7 +32,7 @@ This file collects some utility classes that are used in multiple unit tests
...
@@ -32,7 +32,7 @@ This file collects some utility classes that are used in multiple unit tests
#include <QUrl>
#include <QUrl>
#include <Q
t
Test>
#include <QTest>
#include <QDebug>
#include <QDebug>
namespace
UnitTestUtilities
namespace
UnitTestUtilities
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment