Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-FileOFF
Commits
89e36fe2
Commit
89e36fe2
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
abf39fa4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
FileOFF.cc
FileOFF.cc
+0
-7
FileOFF.hh
FileOFF.hh
+0
-2
No files found.
FileOFF.cc
View file @
89e36fe2
...
@@ -49,10 +49,6 @@
...
@@ -49,10 +49,6 @@
#include "FileOFF.hh"
#include "FileOFF.hh"
#if QT_VERSION >= 0x050000
#else
#include <QtGui>
#endif
#include <OpenFlipper/Utils/FileIO/NumberParsing.hh>
#include <OpenFlipper/Utils/FileIO/NumberParsing.hh>
#include <OpenFlipper/Utils/Memory/RAMInfo.hh>
#include <OpenFlipper/Utils/Memory/RAMInfo.hh>
...
@@ -1501,8 +1497,5 @@ void FileOFFPlugin::slotSaveDefault() {
...
@@ -1501,8 +1497,5 @@ void FileOFFPlugin::slotSaveDefault() {
OpenFlipperSettings
().
setValue
(
"FileOff/Save/TexCoords"
,
saveTexCoords_
->
isChecked
()
);
OpenFlipperSettings
().
setValue
(
"FileOff/Save/TexCoords"
,
saveTexCoords_
->
isChecked
()
);
}
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
fileoffplugin
,
FileOFFPlugin
);
#endif
FileOFF.hh
View file @
89e36fe2
...
@@ -80,9 +80,7 @@ class FileOFFPlugin : public QObject, BaseInterface, FileInterface, LoadSaveInte
...
@@ -80,9 +80,7 @@ class FileOFFPlugin : public QObject, BaseInterface, FileInterface, LoadSaveInte
Q_INTERFACES
(
BaseInterface
)
Q_INTERFACES
(
BaseInterface
)
Q_INTERFACES
(
ScriptInterface
)
Q_INTERFACES
(
ScriptInterface
)
Q_INTERFACES
(
StatusbarInterface
)
Q_INTERFACES
(
StatusbarInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-FileOFF"
)
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-FileOFF"
)
#endif
signals:
signals:
void
openedFile
(
int
_id
);
void
openedFile
(
int
_id
);
void
addEmptyObject
(
DataType
_type
,
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