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-FileOBJ
Commits
4350ba1c
Commit
4350ba1c
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
91484374
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
FileOBJ.cc
FileOBJ.cc
+0
-7
FileOBJ.hh
FileOBJ.hh
+0
-2
No files found.
FileOBJ.cc
View file @
4350ba1c
...
...
@@ -55,11 +55,7 @@
#include <OpenFlipper/Utils/Memory/RAMInfo.hh>
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
#include "FileOBJ.hh"
...
...
@@ -2374,8 +2370,5 @@ void FileOBJPlugin::slotSaveDefault() {
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
fileobjplugin
,
FileOBJPlugin
);
#endif
FileOBJ.hh
View file @
4350ba1c
...
...
@@ -98,9 +98,7 @@ class FileOBJPlugin : public QObject, BaseInterface, FileInterface, LoadSaveInte
Q_INTERFACES
(
StatusbarInterface
)
Q_INTERFACES
(
RPCInterface
)
Q_INTERFACES
(
TextureInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-FileOBJ"
)
#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