Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 660542 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- a/meshlabplugins/render_gdp/shaderDialog.h
0
++ b/meshlabplugins/render_gdp/shaderDialog.h
Lines 32-37 Link Here
32
#include "shaderStructs.h"
32
#include "shaderStructs.h"
33
#include "ui_shaderDialog.h"
33
#include "ui_shaderDialog.h"
34
#include <QMap>
34
#include <QMap>
35
#include <QLineEdit>
36
#include <QSlider>
35
37
36
class QGLWidget;
38
class QGLWidget;
37
39
38
-- a/meshlabplugins/edit_paint/paintbox.cpp
40
++ b/meshlabplugins/edit_paint/paintbox.cpp
Lines 23-28 Link Here
23
23
24
#include "paintbox.h"
24
#include "paintbox.h"
25
#include <QFileDialog>
25
#include <QFileDialog>
26
#include <QAction>
26
27
27
Paintbox::Paintbox(QWidget * parent, Qt::WindowFlags flags) : QWidget(parent, flags)
28
Paintbox::Paintbox(QWidget * parent, Qt::WindowFlags flags) : QWidget(parent, flags)
28
{
29
{
29
30

Return to bug 660542