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-VSI
Commits
21574fa3
Commit
21574fa3
authored
Jun 11, 2018
by
Jascha Wedowski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into script-upgrade
parents
6d36f4ea
05ed4b6a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
types/objectId/TreeModel.cc
types/objectId/TreeModel.cc
+1
-4
vsiPlugin.cc
vsiPlugin.cc
+0
-3
vsiPlugin.hh
vsiPlugin.hh
+0
-2
No files found.
types/objectId/TreeModel.cc
View file @
21574fa3
...
...
@@ -54,11 +54,8 @@
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
//******************************************************************************
...
...
vsiPlugin.cc
View file @
21574fa3
...
...
@@ -298,6 +298,3 @@ bool VsiPlugin::continueBox (QString _message)
//------------------------------------------------------------------------------
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
Vsiplugin
,
VsiPlugin
)
#endif
vsiPlugin.hh
View file @
21574fa3
...
...
@@ -78,9 +78,7 @@ class VsiPlugin : public QObject, BaseInterface, MenuInterface, ScriptInterface,
Q_INTERFACES
(
ScriptInterface
)
Q_INTERFACES
(
RPCInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-VSI"
)
#endif
signals:
...
...
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