Skip to content
Snippets Groups Projects
Commit 0d727602 authored by Jan Möbius's avatar Jan Möbius
Browse files

Follow Free with automoc updates

parent 9ae09f70
No related branches found
No related tags found
No related merge requests found
......@@ -44,18 +44,16 @@
#include <ObjectTypes/SplatCloud/SplatCloud.hh>
#endif
#include <QtGui>
#include "PoissonReconstructionPlugin.hh"
#include <iostream>
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#include <OpenFlipper/common/GlobalOptions.hh>
#include <OpenFlipper/BasePlugin/WhatsThisGenerator.hh>
#include <ObjectTypes/TriangleMesh/TriangleMesh.hh>
#include <ObjectTypes/PolyMesh/PolyMesh.hh>
#include "PoissonReconstructionT.hh"
PoissonPlugin::PoissonPlugin() :
......
......@@ -32,16 +32,9 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10745 $ *
* $LastChangedBy: moebius $ *
* $Date: 2011-01-26 10:23:50 +0100 (Mi, 26. Jan 2011) $ *
* *
\*===========================================================================*/
#include "PoissonToolbox.hh"
#include <QtGui>
PoissonToolBox::PoissonToolBox(QWidget *parent)
: QWidget(parent)
......
......@@ -32,16 +32,10 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 10745 $ *
* $LastChangedBy: moebius $ *
* $Date: 2011-01-26 10:23:50 +0100 (Mi, 26. Jan 2011) $ *
* *
\*===========================================================================*/
#pragma once
#include <ui_poissontoolbox.hh>
#include <QtGui>
class PoissonToolBox : public QWidget, public Ui::PoissonTool
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment