Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plugin-Grayscale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenFlipper-Free
Plugin-Grayscale
Commits
5c816e3b
Commit
5c816e3b
authored
6 years ago
by
Jan Möbius
Browse files
Options
Downloads
Patches
Plain Diff
Removed check for Qt less than 5
parent
ac04ee77
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
PostProcessorGrayPlugin.cc
+0
-3
0 additions, 3 deletions
PostProcessorGrayPlugin.cc
PostProcessorGrayPlugin.hh
+0
-2
0 additions, 2 deletions
PostProcessorGrayPlugin.hh
with
0 additions
and
5 deletions
PostProcessorGrayPlugin.cc
+
0
−
3
View file @
5c816e3b
...
...
@@ -120,7 +120,4 @@ void PostProcessorGrayscalePlugin::postProcess(ACG::GLState* _glstate, const std
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
postprocessorgrayscaleplugin
,
PostProcessorGrayscalePlugin
);
#endif
This diff is collapsed.
Click to expand it.
PostProcessorGrayPlugin.hh
+
0
−
2
View file @
5c816e3b
...
...
@@ -62,9 +62,7 @@ class PostProcessorGrayscalePlugin : public QObject, BaseInterface, PostProcesso
Q_INTERFACES
(
BaseInterface
)
Q_INTERFACES
(
PostProcessorInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-PostProcessorGrayscale"
)
#endif
public:
PostProcessorGrayscalePlugin
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment