Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-MaterialPicker
Commits
08ac44e6
Commit
08ac44e6
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
c32e16d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
MaterialPicker.cc
MaterialPicker.cc
+4
-0
MaterialPicker.hh
MaterialPicker.hh
+2
-0
No files found.
MaterialPicker.cc
View file @
08ac44e6
...
...
@@ -57,6 +57,10 @@
#include <ACG/Scenegraph/MaterialNode.hh>
#include <QSignalMapper>
#include <QMessageBox>
#include <QMenu>
//------------------------------------------------------------------------------
MaterialPicker
::
MaterialPicker
()
:
...
...
MaterialPicker.hh
View file @
08ac44e6
...
...
@@ -52,6 +52,8 @@
#include <QObject>
#include <QString>
#include <QPushButton>
#include <QListWidget>
#include <OpenFlipper/BasePlugin/BaseInterface.hh>
#include <OpenFlipper/BasePlugin/MouseInterface.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