Skip to content

Commit

Permalink
Merge pull request #353 from hroncok/qtimports
Browse files Browse the repository at this point in the history
Add missing Qt includes
  • Loading branch information
mcallieri authored Oct 1, 2018
2 parents 24d905c + 77b6cbe commit dff7980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/meshlabplugins/edit_paint/paintbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "paintbox.h"
#include <QFileDialog>
#include <QAction>

Paintbox::Paintbox(QWidget * parent, Qt::WindowFlags flags) : QWidget(parent, flags)
{
Expand Down
2 changes: 2 additions & 0 deletions src/meshlabplugins/render_gdp/shaderDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "shaderStructs.h"
#include "ui_shaderDialog.h"
#include <QMap>
#include <QLineEdit>
#include <QSlider>

class QGLWidget;

Expand Down

0 comments on commit dff7980

Please sign in to comment.