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-FileHeightFieldImage
Commits
a0c06e20
Commit
a0c06e20
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
d4c7085c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
17 deletions
+0
-17
FileHeightFieldImage.cc
FileHeightFieldImage.cc
+0
-7
FileHeightFieldImage.hh
FileHeightFieldImage.hh
+0
-2
ImageDialog.hh
ImageDialog.hh
+0
-4
QClickableLabel.cc
QClickableLabel.cc
+0
-4
No files found.
FileHeightFieldImage.cc
View file @
a0c06e20
...
...
@@ -50,10 +50,6 @@
#include "FileHeightFieldImage.hh"
#include "ImageDialog.hh"
#if QT_VERSION >= 0x050000
#else
#include <QtGui>
#endif
void
FileHeightFieldPNGPlugin
::
initializePlugin
()
{
}
...
...
@@ -226,8 +222,5 @@ bool FileHeightFieldPNGPlugin::saveObject(int _id, QString _filename) {
return
false
;
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
fileheightfieldPpngplugin
,
FileHeightFieldPNGPlugin
);
#endif
FileHeightFieldImage.hh
View file @
a0c06e20
...
...
@@ -64,9 +64,7 @@ class FileHeightFieldPNGPlugin : public QObject, BaseInterface, FileInterface, L
Q_INTERFACES
(
LoggingInterface
)
Q_INTERFACES
(
BaseInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-FileHeightFieldImage"
)
#endif
signals:
void
openedFile
(
int
_id
);
...
...
ImageDialog.hh
View file @
a0c06e20
...
...
@@ -50,11 +50,7 @@
#include "ui_ImageDialog.hh"
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
class
ImageDialog
:
public
QDialog
,
public
Ui
::
ImageDialog
...
...
QClickableLabel.cc
View file @
a0c06e20
...
...
@@ -49,11 +49,7 @@
#include "QClickableLabel.hh"
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
QClickableLabel
::
QClickableLabel
(
QWidget
*
_parent
)
:
...
...
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