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-Decimater
Commits
e14b2e03
Commit
e14b2e03
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
6afdf687
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
13 deletions
+0
-13
DecimaterPlugin.cc
DecimaterPlugin.cc
+0
-7
DecimaterPlugin.hh
DecimaterPlugin.hh
+0
-2
DecimaterToolbarWidget.hh
DecimaterToolbarWidget.hh
+0
-4
No files found.
DecimaterPlugin.cc
View file @
e14b2e03
...
...
@@ -59,10 +59,6 @@
#include "DecimaterPlugin.hh"
#if QT_VERSION >= 0x050000
#else
#include <QtGui>
#endif
#define DECIMATER "DecimaterData"
...
...
@@ -1029,6 +1025,3 @@ void DecimaterPlugin::slotUpdateDistance()
tool_
->
cbDistance
->
setChecked
(
true
);
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
DecimaterPlugin
,
DecimaterPlugin
);
#endif
DecimaterPlugin.hh
View file @
e14b2e03
...
...
@@ -109,9 +109,7 @@ class DecimaterPlugin : public QObject, BaseInterface, ToolboxInterface, Logging
Q_INTERFACES
(
LoadSaveInterface
)
Q_INTERFACES
(
ProcessInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-Decimater"
)
#endif
signals:
// BaseInterface
...
...
DecimaterToolbarWidget.hh
View file @
e14b2e03
...
...
@@ -52,11 +52,7 @@
#include "ui_decimaterToolbar.hh"
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
class
DecimaterToolbarWidget
:
public
QWidget
,
public
Ui
::
DecimaterToolbar
...
...
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