Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Type-OpenVolumeMesh
Commits
cead023a
Commit
cead023a
authored
Apr 16, 2018
by
Jan Möbius
Browse files
Removed check for Qt less than 5
parent
c07fc7bf
Changes
6
Hide whitespace changes
Inline
Side-by-side
Plugin-TypeHexahedralMesh/TypeHexahedralMesh.cc
View file @
cead023a
...
...
@@ -298,7 +298,3 @@ void TypeHexahedralMeshPlugin::slot_change_shrinkage() {
emit
updateView
();
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
typehexahedralmeshplugin
,
TypeHexahedralMeshPlugin
);
#endif
Plugin-TypeHexahedralMesh/TypeHexahedralMesh.hh
View file @
cead023a
...
...
@@ -70,9 +70,7 @@ Q_INTERFACES(KeyInterface)
Q_INTERFACES
(
LoggingInterface
)
Q_INTERFACES
(
ContextMenuInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-TypeHexahedralMesh"
)
#endif
signals:
// Logging interface
...
...
Plugin-TypePolyhedralMesh/TypePolyhedralMesh.cc
View file @
cead023a
...
...
@@ -351,9 +351,5 @@ void TypePolyhedralMeshPlugin::applyOptions()
OpenFlipperSettings
().
setValue
(
renderBoundarySettingName_
,
renderBoundaryCheckBox_
->
isChecked
());
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
typepolyhedralmeshplugin
,
TypePolyhedralMeshPlugin
);
#endif
Plugin-TypePolyhedralMesh/TypePolyhedralMesh.hh
View file @
cead023a
...
...
@@ -72,9 +72,7 @@ Q_INTERFACES(LoggingInterface)
Q_INTERFACES
(
ContextMenuInterface
)
Q_INTERFACES
(
OptionsInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-TypePolyhedralMesh"
)
#endif
signals:
// Logging interface
...
...
Plugin-TypeTetrahedralMesh/TypeTetrahedralMesh.cc
View file @
cead023a
...
...
@@ -286,6 +286,3 @@ void TypeTetrahedralMeshPlugin::slot_change_shrinkage() {
emit
updateView
();
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
typetetrahedralmeshplugin
,
TypeTetrahedralMeshPlugin
);
#endif
Plugin-TypeTetrahedralMesh/TypeTetrahedralMesh.hh
View file @
cead023a
...
...
@@ -63,9 +63,7 @@ Q_INTERFACES(KeyInterface)
Q_INTERFACES
(
LoggingInterface
)
Q_INTERFACES
(
ContextMenuInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-TypeTetrahedralMesh"
)
#endif
signals:
// Logging interface
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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