Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Plugin-FileOfv
Commits
4367aac6
Commit
4367aac6
authored
Nov 30, 2015
by
Martin Schultz
Browse files
reduced includes by means of static code analysis
parent
9c4dbab8
Changes
1
Show whitespace changes
Inline
Side-by-side
FileOfv.cc
View file @
4367aac6
...
@@ -52,21 +52,14 @@
...
@@ -52,21 +52,14 @@
#include <OpenMesh/Core/IO/IOManager.hh>
#include <OpenMesh/Core/IO/IOManager.hh>
#include <OpenFlipper/ACGHelper/DrawModeConverter.hh>
#if QT_VERSION >= 0x050000
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#include <QtWidgets>
#else
#else
#include <QtGui>
#include <QtGui>
#endif
#endif
#include <QFileInfo>
#include <QSettings>
#include "FileOfv.hh"
#include "FileOfv.hh"
#include <iostream>
void
FileViewPlugin
::
initializePlugin
()
{
void
FileViewPlugin
::
initializePlugin
()
{
}
}
...
...
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