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-FileLgt
Commits
797eb914
Commit
797eb914
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
733983c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
FileLgt.cc
FileLgt.cc
+0
-7
FileLgt.hh
FileLgt.hh
+0
-2
No files found.
FileLgt.cc
View file @
797eb914
...
...
@@ -49,11 +49,7 @@
#include "FileLgt.hh"
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
void
FileLightPlugin
::
initializePlugin
()
{
}
...
...
@@ -306,8 +302,5 @@ bool FileLightPlugin::saveObject(int _id, QString _filename)
return
true
;
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
filelightplugin
,
FileLightPlugin
);
#endif
FileLgt.hh
View file @
797eb914
...
...
@@ -68,9 +68,7 @@ class FileLightPlugin : public QObject, BaseInterface, FileInterface, LoadSaveIn
Q_INTERFACES
(
LoggingInterface
)
Q_INTERFACES
(
BaseInterface
)
Q_INTERFACES
(
ScriptInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-FileLgt"
)
#endif
signals:
void
openedFile
(
int
_id
);
void
addEmptyObject
(
DataType
_type
,
int
&
_id
);
...
...
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