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

Switched to autouic

parent 8b6106e2
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
#pragma once
#include <ui_panoramatoolbox.hh>
#include <ui_panoramatoolbox.h>
class PanoramaToolBox : public QWidget, public Ui::PanoramaTool
{
......
......@@ -35,7 +35,7 @@
#pragma once
#include <ui_poissontoolbox.hh>
#include <ui_poissontoolbox.h>
class PoissonToolBox : public QWidget, public Ui::PoissonTool
{
......
......@@ -57,6 +57,8 @@
#include "widgets/AssimpLoadOptionsWidget.hh"
#include "widgets/AssimpSaveOptionsWidget.hh"
#include <QMessageBox>
using namespace OpenMesh;
namespace
......
......@@ -43,8 +43,9 @@
#include "AssimpOptionsWidget.hh"
#include <QtWidgets>
#include <unordered_map>
#include <QCheckBox>
#include <QComboBox>
struct LoaderOptions;
......
......@@ -40,7 +40,7 @@
\*===========================================================================*/
#include "AssimpOptionsWidget.hh"
#include "ui_AssimpOptionsWidget.hh"
#include "ui_AssimpOptionsWidget.h"
#include <assimp/postprocess.h>
#include <OpenFlipper/common/GlobalOptions.hh>
#include "../AssimpPluginCommon.hh"
......
......@@ -41,9 +41,10 @@
#pragma once
#include "ui_AssimpOptionsWidget.hh"
#include "ui_AssimpOptionsWidget.h"
#include <QCheckBox>
#include <QtWidgets>
#include <unordered_map>
struct LoaderOptions;
......
......@@ -43,7 +43,6 @@
#include "AssimpOptionsWidget.hh"
#include <QtWidgets>
#include <unordered_map>
struct LoaderOptions;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment