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
Rocs
Commits
3a568ff4
Commit
3a568ff4
authored
Jan 17, 2021
by
Laurent Montel
😁
Browse files
Don't use QtTest as include
parent
c0f77652
Pipeline
#47971
passed with stage
in 5 minutes and 36 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libgraphtheory/fileformats/dot/autotests/testdotfileformat.cpp
View file @
3a568ff4
...
...
@@ -26,8 +26,9 @@
#include "edge.h"
#include "logging_p.h"
#include <string>
#include <Q
t
Test>
#include <QTest>
#include <QUrl>
#include <QTemporaryFile>
using
namespace
GraphTheory
;
...
...
libgraphtheory/fileformats/rocs1/autotests/testrocs1fileformat.cpp
View file @
3a568ff4
...
...
@@ -25,7 +25,7 @@
#include "graphdocument.h"
#include "node.h"
#include "edge.h"
#include <Q
t
Test>
#include <QTest>
using
namespace
GraphTheory
;
...
...
libgraphtheory/fileformats/rocs2/autotests/testrocs2fileformat.cpp
View file @
3a568ff4
...
...
@@ -26,7 +26,7 @@
#include "edge.h"
#include "edgetypestyle.h"
#include "nodetypestyle.h"
#include <Q
t
Test>
#include <QTest>
using
namespace
GraphTheory
;
...
...
libgraphtheory/fileformats/tgf/autotests/testtgffileformat.cpp
View file @
3a568ff4
...
...
@@ -24,7 +24,7 @@
#include "graphdocument.h"
#include "node.h"
#include "edge.h"
#include <Q
t
Test>
#include <QTest>
using
namespace
GraphTheory
;
...
...
libgraphtheory/fileformats/tikz/autotests/testtikzfileformat.cpp
View file @
3a568ff4
...
...
@@ -24,7 +24,7 @@
#include "graphdocument.h"
#include "node.h"
#include "edge.h"
#include <Q
t
Test>
#include <QTest>
using
namespace
GraphTheory
;
...
...
libgraphtheory/modifiers/autotests/testforcebasedlayout.cpp
View file @
3a568ff4
...
...
@@ -25,7 +25,7 @@
#include "edge.h"
#include "editor.h"
#include "modifiers/topology.h"
#include <Q
t
Test>
#include <QTest>
#include <QUrl>
#include <QDirIterator>
#include <QString>
...
...
libgraphtheory/modifiers/autotests/testradiallayout.cpp
View file @
3a568ff4
...
...
@@ -25,8 +25,9 @@
#include "edge.h"
#include "editor.h"
#include "modifiers/topology.h"
#include <Q
t
Test>
#include <QTest>
#include <QVector2D>
#include <math.h>
#include <iostream>
...
...
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