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
KTurtle
Commits
a1bbb18d
Commit
a1bbb18d
authored
Oct 23, 2020
by
Laurent Montel
😁
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
1d226a12
Pipeline
#38539
failed with stage
in 3 minutes and 59 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/editor.cpp
View file @
a1bbb18d
...
...
@@ -6,8 +6,6 @@
#include "editor.h"
#include "interpreter/token.h"
#include "interpreter/tokenizer.h"
#include <QBoxLayout>
#include <QFileDialog>
...
...
src/highlighter.cpp
View file @
a1bbb18d
...
...
@@ -6,7 +6,6 @@
#include "highlighter.h"
#include "interpreter/tokenizer.h"
Highlighter
::
Highlighter
(
QTextDocument
*
parent
)
...
...
src/interpreter/interpreter.cpp
View file @
a1bbb18d
...
...
@@ -12,11 +12,6 @@
#include <QFile>
#include <QDebug>
#include "errormsg.h"
#include "executer.h"
#include "parser.h"
#include "tokenizer.h"
#include "translator.h"
Interpreter
::
Interpreter
(
QObject
*
parent
,
bool
testing
)
...
...
Write
Preview
Supports
Markdown
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