Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plugin-Plane
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenFlipper-Free
Plugin-Plane
Commits
a081bf34
Commit
a081bf34
authored
4 years ago
by
Jan Möbius
Browse files
Options
Downloads
Patches
Plain Diff
Get rid of some old pre qt 5 code
parent
b46fafcd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
PlanePlugin.cc
+0
-5
0 additions, 5 deletions
PlanePlugin.cc
PlanePlugin.hh
+3
-3
3 additions, 3 deletions
PlanePlugin.hh
PlanePluginT_impl.hh
+0
-0
0 additions, 0 deletions
PlanePluginT_impl.hh
with
3 additions
and
8 deletions
PlanePlugin.cc
+
0
−
5
View file @
a081bf34
...
...
@@ -321,8 +321,3 @@ bool PlanePlugin::getIntersectionParams(BaseObjectData& _obj, ACG::Vec3d& _cente
}
//------------------------------------------------------------------------------
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
planeplugin
,
PlanePlugin
);
#endif
This diff is collapsed.
Click to expand it.
PlanePlugin.hh
+
3
−
3
View file @
a081bf34
...
...
@@ -29,9 +29,9 @@ class PlanePlugin : public QObject, BaseInterface, MouseInterface, KeyInterface,
Q_INTERFACES
(
ToolbarInterface
)
Q_INTERFACES
(
ScriptInterface
)
Q_INTERFACES
(
LoadSaveInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-Plane"
)
#endif
signals:
// BaseInterface
...
...
@@ -151,7 +151,7 @@ class PlanePlugin : public QObject, BaseInterface, MouseInterface, KeyInterface,
#if defined(INCLUDE_TEMPLATES) && !defined(PLANEPLUGIN_CC)
#define PLANEPLUGIN_TEMPLATES
#include
"PlanePluginT
.cc
"
#include
"PlanePluginT
_impl.hh
"
#endif
//=============================================================================
#endif // PLANEPLUGIN_HH
...
...
This diff is collapsed.
Click to expand it.
PlanePluginT
.cc
→
PlanePluginT
_impl.hh
+
0
−
0
View file @
a081bf34
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment