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-Color
Commits
674a6a61
Commit
674a6a61
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
6cf58d2c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
13 deletions
+0
-13
ColorOptions.hh
ColorOptions.hh
+0
-4
ColorPlugin.cc
ColorPlugin.cc
+0
-7
ColorPlugin.hh
ColorPlugin.hh
+0
-2
No files found.
ColorOptions.hh
View file @
674a6a61
...
...
@@ -49,11 +49,7 @@
#include "ui_colorOptions.hh"
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
class
ColorOptions
:
public
QWidget
,
public
Ui
::
colorOptions
...
...
ColorPlugin.cc
View file @
674a6a61
...
...
@@ -49,10 +49,6 @@
#include "ColorPlugin.hh"
#if QT_VERSION >= 0x050000
#else
#include <QtGui>
#endif
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#include <OpenFlipper/common/GlobalOptions.hh>
...
...
@@ -640,8 +636,5 @@ std::cerr << "save to ini file\n";
_ini
.
add_entry
(
"ColorPlugin"
,
"lineWidthPresentation"
,
lineWidthPresentation_
);
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
colorplugin
,
ColorPlugin
);
#endif
ColorPlugin.hh
View file @
674a6a61
...
...
@@ -80,9 +80,7 @@ class ColorPlugin : public QObject, BaseInterface, MenuInterface, ScriptInterfac
Q_INTERFACES
(
OptionsInterface
)
Q_INTERFACES
(
INIInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-Color"
)
#endif
signals:
// BaseInterface
...
...
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