Merge pull request #232 from lrineau/CGAL-remove_unused_moc_files-GF

Remove warnings about unused moc files
This commit is contained in:
Laurent Rineau 2015-08-03 16:47:47 +02:00
commit ccbda1a5ee
16 changed files with 0 additions and 16 deletions

View File

@ -109,5 +109,4 @@ MainWindow::open(QString fileName)
}
#include "MainWindow.moc"

View File

@ -386,4 +386,3 @@ void Viewer::alphaChanged()
initialize_buffers();
}
#include "Viewer.moc"

View File

@ -267,7 +267,6 @@ MainWindow::MainWindow()
QObject::connect(this, SIGNAL(changed()),
dgi, SLOT(modelChanged()));
qDebug()<<"setting des Pens";
dgi->setVerticesPen(
QPen(Qt::red, 2, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin));
dgi->setVoronoiPen(

View File

@ -22,7 +22,6 @@
#include "MainWindow.h"
#include <CGAL/Delaunay_triangulation_3.h>
#include <QSettings>
#include "MainWindow.moc"
#include <CGAL/Timer.h>
#include <CGAL/ipower.h>

View File

@ -860,4 +860,3 @@ QString Viewer::helpString() const
return text;
}
#include "Viewer.moc"

View File

@ -224,5 +224,4 @@ void MainWindow::help() {
}
}
#include "MainWindow.moc"

View File

@ -316,4 +316,3 @@ void Viewer::changed()
compute_elements();
are_buffers_initialized = false;
}
#include "Viewer.moc"

View File

@ -26,4 +26,3 @@ unsigned int Raw_image_dialog::image_word_size() const {
return 1;
}
#include "Raw_image_dialog.moc"

View File

@ -65,4 +65,3 @@ void ColorListEditor::populateList()
}
}
#include "colorlisteditor.moc"

View File

@ -154,4 +154,3 @@ void MainWindow::on_action_Clone_triggered()
other->show();
}
#include "mainwindow.moc"

View File

@ -270,4 +270,3 @@ void Values_list::setHeaderTitle(QString title)
treeWidget->headerItem()->setText(0, title);
}
#include "values_list.moc"

View File

@ -66,4 +66,3 @@ void Viewer::set_surface(Surface* s)
surface = s;
}
#include "viewer.moc"

View File

@ -1544,4 +1544,3 @@ void Volume::labellizedToogled(bool toggled)
}
}
#include "volume.moc"

View File

@ -1,7 +1,6 @@
#include "MainWindow.h"
#include <string>
#include "MainWindow.moc" // .moc will be the output from moc preprocessor
MainWindow::MainWindow(QWidget* parent)
: CGAL::Qt::DemosMainWindow(parent)

View File

@ -1,7 +1,6 @@
#include <QtGui>
#include "PreferenceDlg.h"
#include "PreferenceDlg.moc" // .moc will be the output from moc preprocessor
PreferenceDlg::PreferenceDlg(QWidget *parent) : QDialog(parent)
{

View File

@ -14,7 +14,6 @@
using namespace std;
#include "Viewer.moc" // .moc will be the output from moc preprocessor
void Viewer::init()
{