mirror of https://github.com/CGAL/cgal
Remove ';'
This commit is contained in:
parent
7b488d325a
commit
5066077927
|
|
@ -20,7 +20,7 @@ class PS_demo_average_spacing_plugin :
|
|||
public Polyhedron_demo_plugin_helper
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface);
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface)
|
||||
|
||||
private:
|
||||
QAction* actionAverageSpacing;
|
||||
|
|
@ -102,6 +102,6 @@ void PS_demo_average_spacing_plugin::on_actionAverageSpacing_triggered()
|
|||
}
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN2(PS_demo_average_spacing_plugin, PS_demo_average_spacing_plugin);
|
||||
Q_EXPORT_PLUGIN2(PS_demo_average_spacing_plugin, PS_demo_average_spacing_plugin)
|
||||
|
||||
#include "PS_demo_average_spacing_plugin.moc"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ class PS_demo_cleaning_plugin :
|
|||
public Polyhedron_demo_plugin_helper
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface);
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface)
|
||||
|
||||
private:
|
||||
QAction* actionOutlierRemoval;
|
||||
|
|
@ -119,6 +119,6 @@ void PS_demo_cleaning_plugin::on_actionOutlierRemoval_triggered()
|
|||
}
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN2(PS_demo_cleaning_plugin, PS_demo_cleaning_plugin);
|
||||
Q_EXPORT_PLUGIN2(PS_demo_cleaning_plugin, PS_demo_cleaning_plugin)
|
||||
|
||||
#include "PS_demo_cleaning_plugin.moc"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ class PS_demo_inside_out_plugin :
|
|||
public Polyhedron_demo_plugin_helper
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface);
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface)
|
||||
|
||||
public:
|
||||
// used by Polyhedron_demo_plugin_helper
|
||||
|
|
@ -50,6 +50,6 @@ void PS_demo_inside_out_plugin::on_actionInsideOut_triggered()
|
|||
}
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN2(PS_demo_inside_out_plugin, PS_demo_inside_out_plugin);
|
||||
Q_EXPORT_PLUGIN2(PS_demo_inside_out_plugin, PS_demo_inside_out_plugin)
|
||||
|
||||
#include "PS_demo_inside_out_plugin.moc"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ class PS_demo_local_spacing_plugin :
|
|||
protected Polyhedron_demo_plugin_helper
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface);
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface)
|
||||
|
||||
public:
|
||||
void init(QMainWindow* mainWindow, Scene_interface* scene_interface) {
|
||||
|
|
@ -73,6 +73,6 @@ void PS_demo_local_spacing_plugin::on_actionRadiusFromDensity_triggered()
|
|||
}
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN2(PS_demo_local_spacing_plugin, PS_demo_local_spacing_plugin);
|
||||
Q_EXPORT_PLUGIN2(PS_demo_local_spacing_plugin, PS_demo_local_spacing_plugin)
|
||||
|
||||
#include "PS_demo_local_spacing_plugin.moc"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ class PS_demo_normal_estimation_plugin :
|
|||
public Polyhedron_demo_plugin_helper
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface);
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface)
|
||||
QAction* actionNormalEstimation;
|
||||
|
||||
public:
|
||||
|
|
@ -168,6 +168,6 @@ void PS_demo_normal_estimation_plugin::on_actionNormalEstimation_triggered()
|
|||
}
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN2(PS_demo_normal_estimation_plugin, PS_demo_normal_estimation_plugin);
|
||||
Q_EXPORT_PLUGIN2(PS_demo_normal_estimation_plugin, PS_demo_normal_estimation_plugin)
|
||||
|
||||
#include "PS_demo_normal_estimation_plugin.moc"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ class PS_demo_off_plugin :
|
|||
public Polyhedron_demo_io_plugin_interface
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(Polyhedron_demo_io_plugin_interface);
|
||||
Q_INTERFACES(Polyhedron_demo_io_plugin_interface)
|
||||
|
||||
public:
|
||||
QStringList nameFilters() const;
|
||||
|
|
@ -96,5 +96,5 @@ bool PS_demo_off_plugin::save(const Scene_item* item, QFileInfo fileinfo)
|
|||
}
|
||||
|
||||
#include <QtPlugin>
|
||||
Q_EXPORT_PLUGIN2(PS_demo_off_plugin, PS_demo_off_plugin);
|
||||
Q_EXPORT_PLUGIN2(PS_demo_off_plugin, PS_demo_off_plugin)
|
||||
#include "PS_demo_off_plugin.moc"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class PS_demo_poisson_plugin :
|
|||
protected Polyhedron_demo_plugin_helper
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface);
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface)
|
||||
|
||||
public:
|
||||
void init(QMainWindow* mainWindow, Scene_interface* scene_interface) {
|
||||
|
|
@ -111,6 +111,6 @@ void PS_demo_poisson_plugin::reconstruct()
|
|||
}
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN2(PS_demo_poisson_plugin, PS_demo_poisson_plugin);
|
||||
Q_EXPORT_PLUGIN2(PS_demo_poisson_plugin, PS_demo_poisson_plugin)
|
||||
|
||||
#include "PS_demo_poisson_plugin.moc"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ class PS_demo_smoothing_plugin :
|
|||
public Polyhedron_demo_plugin_helper
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface);
|
||||
Q_INTERFACES(Polyhedron_demo_plugin_interface)
|
||||
QAction* actionJetSmoothing;
|
||||
|
||||
public:
|
||||
|
|
@ -78,6 +78,6 @@ void PS_demo_smoothing_plugin::on_actionJetSmoothing_triggered()
|
|||
}
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN2(PS_demo_smoothing_plugin, PS_demo_smoothing_plugin);
|
||||
Q_EXPORT_PLUGIN2(PS_demo_smoothing_plugin, PS_demo_smoothing_plugin)
|
||||
|
||||
#include "PS_demo_smoothing_plugin.moc"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ class PS_demo_xyz_plugin :
|
|||
public Polyhedron_demo_io_plugin_interface
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(Polyhedron_demo_io_plugin_interface);
|
||||
Q_INTERFACES(Polyhedron_demo_io_plugin_interface)
|
||||
|
||||
public:
|
||||
QStringList nameFilters() const;
|
||||
|
|
@ -82,5 +82,5 @@ bool PS_demo_xyz_plugin::save(const Scene_item* item, QFileInfo fileinfo)
|
|||
}
|
||||
|
||||
#include <QtPlugin>
|
||||
Q_EXPORT_PLUGIN2(PS_demo_xyz_plugin, PS_demo_xyz_plugin);
|
||||
Q_EXPORT_PLUGIN2(PS_demo_xyz_plugin, PS_demo_xyz_plugin)
|
||||
#include "PS_demo_xyz_plugin.moc"
|
||||
|
|
|
|||
Loading…
Reference in New Issue