From 303bf2211a01c97f2ac3f6535b7d947182da5719 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 17 May 2010 14:23:33 +0000 Subject: [PATCH] Remove extra ';' --- .../demo/Surface_reconstruction_points_3/Messages_interface.h | 2 +- .../Surface_reconstruction_points_3/PS_demo_off_plugin.cpp | 2 +- .../PS_demo_simplification_plugin.cpp | 4 ++-- .../Surface_reconstruction_points_3/PS_demo_xyz_plugin.cpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Messages_interface.h b/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Messages_interface.h index 2f88376615d..e881980d0f9 100644 --- a/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Messages_interface.h +++ b/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Messages_interface.h @@ -12,6 +12,6 @@ public: }; Q_DECLARE_INTERFACE(Messages_interface, - "com.geometryfactory.PolyhedronDemo.MessagesInterface/1.0"); + "com.geometryfactory.PolyhedronDemo.MessagesInterface/1.0") #endif // MESSAGES_INTERFACE_H diff --git a/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_off_plugin.cpp b/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_off_plugin.cpp index 5a42f3545bf..b92a3ead58e 100644 --- a/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_off_plugin.cpp +++ b/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_off_plugin.cpp @@ -23,7 +23,7 @@ public: QStringList PS_demo_off_plugin::nameFilters() const { return QStringList() << "OFF files (*.off)"; -}; +} bool PS_demo_off_plugin::canLoad() const { return true; diff --git a/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_simplification_plugin.cpp b/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_simplification_plugin.cpp index 8586ff1655c..14491c0de02 100644 --- a/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_simplification_plugin.cpp +++ b/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_simplification_plugin.cpp @@ -23,7 +23,7 @@ class PS_demo_simplification_plugin : public Polyhedron_demo_plugin_helper { Q_OBJECT - Q_INTERFACES(Polyhedron_demo_plugin_interface); + Q_INTERFACES(Polyhedron_demo_plugin_interface) QAction* actionSimplify; public: @@ -137,6 +137,6 @@ void PS_demo_simplification_plugin::on_actionSimplify_triggered() } } -Q_EXPORT_PLUGIN2(PS_demo_simplification_plugin, PS_demo_simplification_plugin); +Q_EXPORT_PLUGIN2(PS_demo_simplification_plugin, PS_demo_simplification_plugin) #include "PS_demo_simplification_plugin.moc" diff --git a/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_xyz_plugin.cpp b/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_xyz_plugin.cpp index 2b2388d0c57..6f4c8fffb81 100644 --- a/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_xyz_plugin.cpp +++ b/Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_xyz_plugin.cpp @@ -23,7 +23,7 @@ public: QStringList PS_demo_xyz_plugin::nameFilters() const { return QStringList() << "XYZ files (*.xyz)" << "Point Sets with Normal (*.pwn)"; -}; +} bool PS_demo_xyz_plugin::canLoad() const { return true;