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
Type-QtWidget
Commits
1c9505b6
Commit
1c9505b6
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
e2151b86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
Plugin-TypeQtWidget/TypeQtWidget.cc
Plugin-TypeQtWidget/TypeQtWidget.cc
+0
-4
Plugin-TypeQtWidget/TypeQtWidget.hh
Plugin-TypeQtWidget/TypeQtWidget.hh
+0
-2
No files found.
Plugin-TypeQtWidget/TypeQtWidget.cc
View file @
1c9505b6
...
...
@@ -97,7 +97,3 @@ void TypeQtWidgetPlugin::objectDeleted(int _id)
widgets_
.
erase
(
_id
);
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
typeqtwidgetplugin
,
TypeQtWidgetPlugin
);
#endif
Plugin-TypeQtWidget/TypeQtWidget.hh
View file @
1c9505b6
...
...
@@ -71,9 +71,7 @@ class TypeQtWidgetPlugin : public QObject, BaseInterface, TypeInterface, MouseIn
Q_INTERFACES
(
MouseInterface
)
Q_INTERFACES
(
LoadSaveInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-TypeQtWidget"
)
#endif
signals:
...
...
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