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-FileOBJ
Commits
a056b0fb
Commit
a056b0fb
authored
Jan 08, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing includes for Qt to prepare removal of several large includes in Interfaces
parent
4350ba1c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
FileOBJ.hh
FileOBJ.hh
+6
-3
No files found.
FileOBJ.hh
View file @
a056b0fb
...
...
@@ -47,10 +47,14 @@
* *
\*===========================================================================*/
#ifndef FILEOBJPLUGIN_HH
#define FILEOBJPLUGIN_HH
#pragma once
#include <QObject>
#include <QCheckBox>
#include <QLabel>
#include <QSpinBox>
#include <QPushButton>
#include <QComboBox>
#include <OpenFlipper/common/Types.hh>
#include <OpenFlipper/BasePlugin/BaseInterface.hh>
...
...
@@ -261,4 +265,3 @@ class FileOBJPlugin : public QObject, BaseInterface, FileInterface, LoadSaveInte
#endif
#endif //FILEOBJPLUGIN_HH
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