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-Move
Commits
3d89cb55
Commit
3d89cb55
authored
Apr 16, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed check for Qt less than 5
parent
a0d2628f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
17 deletions
+0
-17
MovePlugin.cc
MovePlugin.cc
+0
-7
MovePlugin.hh
MovePlugin.hh
+0
-2
MoveProps.hh
MoveProps.hh
+0
-4
MoveToolbar.hh
MoveToolbar.hh
+0
-4
No files found.
MovePlugin.cc
View file @
3d89cb55
...
...
@@ -55,10 +55,6 @@
#ifdef USE_OPENMP
#endif
#if QT_VERSION >= 0x050000
#else
#include <QtGui>
#endif
#ifdef ENABLE_POLYLINE_SUPPORT
#include <ObjectTypes/PolyLine/PolyLine.hh>
...
...
@@ -2763,7 +2759,4 @@ void MovePlugin::objectDeleted( int _id ){
//--------------------------------------------------------------------------------
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
moveplugin
,
MovePlugin
);
#endif
MovePlugin.hh
View file @
3d89cb55
...
...
@@ -100,9 +100,7 @@ class MovePlugin : public QObject, BaseInterface, MouseInterface, KeyInterface,
Q_INTERFACES
(
LoadSaveInterface
)
Q_INTERFACES
(
RPCInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-Move"
)
#endif
public:
typedef
unsigned
int
SelectionType
;
...
...
MoveProps.hh
View file @
3d89cb55
...
...
@@ -51,11 +51,7 @@
#include "ui_setProps.hh"
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
class
movePropsWidget
:
public
QWidget
,
public
Ui
::
setProps
{
...
...
MoveToolbar.hh
View file @
3d89cb55
...
...
@@ -49,11 +49,7 @@
#include "ui_moveControls.hh"
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
class
moveToolbarWidget
:
public
QWidget
,
public
Ui
::
moveControls
{
...
...
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