Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Type-OpenMesh
Commits
395d3c56
Commit
395d3c56
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
75898782
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
12 deletions
+0
-12
Plugin-TypePolyMesh/TypePolyMesh.cc
Plugin-TypePolyMesh/TypePolyMesh.cc
+0
-5
Plugin-TypePolyMesh/TypePolyMesh.hh
Plugin-TypePolyMesh/TypePolyMesh.hh
+0
-2
Plugin-TypeTriangleMesh/TypeTriangleMesh.cc
Plugin-TypeTriangleMesh/TypeTriangleMesh.cc
+0
-3
Plugin-TypeTriangleMesh/TypeTriangleMesh.hh
Plugin-TypeTriangleMesh/TypeTriangleMesh.hh
+0
-2
No files found.
Plugin-TypePolyMesh/TypePolyMesh.cc
View file @
395d3c56
...
...
@@ -140,9 +140,4 @@ void TypePolyMeshPlugin::generateBackup( int _id, QString _name, UpdateType _typ
//-----------------------------------------------------------------------------
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
typepolymeshplugin
,
TypePolyMeshPlugin
);
#endif
Plugin-TypePolyMesh/TypePolyMesh.hh
View file @
395d3c56
...
...
@@ -71,9 +71,7 @@ class TypePolyMeshPlugin : public QObject, BaseInterface, LoadSaveInterface, Log
Q_INTERFACES
(
LoggingInterface
)
Q_INTERFACES
(
TypeInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-TypePolyMesh"
)
#endif
signals:
// Logging interface
...
...
Plugin-TypeTriangleMesh/TypeTriangleMesh.cc
View file @
395d3c56
...
...
@@ -139,7 +139,4 @@ void TypeTriangleMeshPlugin::generateBackup( int _id, QString _name, UpdateType
//-----------------------------------------------------------------------------
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
typetrianglemeshplugin
,
TypeTriangleMeshPlugin
);
#endif
Plugin-TypeTriangleMesh/TypeTriangleMesh.hh
View file @
395d3c56
...
...
@@ -71,9 +71,7 @@ class TypeTriangleMeshPlugin : public QObject, BaseInterface, LoadSaveInterface,
Q_INTERFACES
(
LoggingInterface
)
Q_INTERFACES
(
TypeInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-TypeTriangleMesh"
)
#endif
signals:
// Logging interface
...
...
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