Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Type-OpenVolumeMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Type-OpenVolumeMesh
Commits
cead023a
Commit
cead023a
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
c07fc7bf
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
17 deletions
+0
-17
Plugin-TypeHexahedralMesh/TypeHexahedralMesh.cc
Plugin-TypeHexahedralMesh/TypeHexahedralMesh.cc
+0
-4
Plugin-TypeHexahedralMesh/TypeHexahedralMesh.hh
Plugin-TypeHexahedralMesh/TypeHexahedralMesh.hh
+0
-2
Plugin-TypePolyhedralMesh/TypePolyhedralMesh.cc
Plugin-TypePolyhedralMesh/TypePolyhedralMesh.cc
+0
-4
Plugin-TypePolyhedralMesh/TypePolyhedralMesh.hh
Plugin-TypePolyhedralMesh/TypePolyhedralMesh.hh
+0
-2
Plugin-TypeTetrahedralMesh/TypeTetrahedralMesh.cc
Plugin-TypeTetrahedralMesh/TypeTetrahedralMesh.cc
+0
-3
Plugin-TypeTetrahedralMesh/TypeTetrahedralMesh.hh
Plugin-TypeTetrahedralMesh/TypeTetrahedralMesh.hh
+0
-2
No files found.
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
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