Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-SimpleSmoother
Commits
268d68e4
Commit
268d68e4
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
9eeed579
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
SmootherPlugin.cc
SmootherPlugin.cc
+0
-3
SmootherPlugin.hh
SmootherPlugin.hh
+0
-2
No files found.
SmootherPlugin.cc
View file @
268d68e4
...
...
@@ -286,9 +286,6 @@ void SmootherPlugin::simpleLaplace(int _iterations) {
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
smootherplugin
,
SmootherPlugin
);
#endif
SmootherPlugin.hh
View file @
268d68e4
...
...
@@ -69,9 +69,7 @@ class SmootherPlugin : public QObject, BaseInterface, ToolboxInterface, LoggingI
Q_INTERFACES
(
ScriptInterface
)
Q_INTERFACES
(
BackupInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-SimpleSmoother"
)
#endif
signals:
//BaseInterface
...
...
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