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
OpenFlipper-Free
Plugin-Laplace
Commits
3a99efa0
Commit
3a99efa0
authored
Apr 16, 2018
by
Jan Möbius
Browse files
Removed check for Qt less than 5
parent
98783c1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
LaplacePlugin.cc
View file @
3a99efa0
...
...
@@ -57,10 +57,6 @@
#ifdef USE_OPENMP
#endif
#if QT_VERSION >= 0x050000
#else
#include
<QtGui>
#endif
#define UNIFORM_LAPLACE_NAME "Uniform Laplace Length"
#define UNIFORM_LAPLACE_SQUARED_NAME "Uniform Laplace Squared Length"
...
...
@@ -194,9 +190,6 @@ void LaplaceLengthPlugin::computeLaplaceSquaredLength(MeshT* _mesh) {
// #endif
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
laplacelengthplugin
,
LaplaceLengthPlugin
);
#endif
LaplacePlugin.hh
View file @
3a99efa0
...
...
@@ -60,9 +60,7 @@ class LaplaceLengthPlugin : public QObject, BaseInterface, TextureInterface
Q_INTERFACES
(
BaseInterface
)
Q_INTERFACES
(
TextureInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-Laplace"
)
#endif
signals:
...
...
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