Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-Scripting
Commits
0ceeee06
Commit
0ceeee06
authored
Jun 11, 2018
by
Jascha Wedowski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into script-upgrade
parents
8a032a32
837c06ab
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
25 deletions
+0
-25
FunctionList.hh
FunctionList.hh
+0
-4
ScriptingPlugin.cc
ScriptingPlugin.cc
+0
-7
ScriptingPlugin.hh
ScriptingPlugin.hh
+0
-2
codeeditor.cc
codeeditor.cc
+0
-4
highLighter.cc
highLighter.cc
+0
-4
scriptingWidget.hh
scriptingWidget.hh
+0
-4
No files found.
FunctionList.hh
View file @
0ceeee06
...
...
@@ -47,11 +47,7 @@
* *
\*===========================================================================*/
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
#include <QListWidget>
...
...
ScriptingPlugin.cc
View file @
0ceeee06
...
...
@@ -51,10 +51,6 @@
#include "OpenFlipper/common/GlobalOptions.hh"
#if QT_VERSION >= 0x050000
#else
#include <QtGui>
#endif
ScriptingPlugin
::
ScriptingPlugin
()
:
...
...
@@ -776,7 +772,4 @@ void ScriptingPlugin::clearEditor() {
scriptWidget_
->
currentScript
->
clear
();
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
skriptingplugin
,
ScriptingPlugin
);
#endif
ScriptingPlugin.hh
View file @
0ceeee06
...
...
@@ -79,9 +79,7 @@ Q_INTERFACES(ScriptInterface)
Q_INTERFACES
(
RPCInterface
)
Q_INTERFACES
(
LoggingInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-Scripting"
)
#endif
signals:
void
updateView
();
...
...
codeeditor.cc
View file @
0ceeee06
...
...
@@ -49,11 +49,7 @@
\*===========================================================================*/
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
#include "codeeditor.hh"
...
...
highLighter.cc
View file @
0ceeee06
...
...
@@ -47,11 +47,7 @@
* *
\*===========================================================================*/
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
#include "highLighter.hh"
...
...
scriptingWidget.hh
View file @
0ceeee06
...
...
@@ -49,11 +49,7 @@
#include "ui_scriptingWidget.hh"
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
class
ScriptWidget
:
public
QMainWindow
,
public
Ui
::
ScriptWidget
{
...
...
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