Syntax update to conform to CC coding standards + compilation with Visual Studio 2017

This commit is contained in:
Daniel Girardeau-Montaut
2020-10-30 20:35:42 +01:00
parent e0307e5555
commit 0c76203c43
3 changed files with 74 additions and 86 deletions
-1
View File
@@ -54,7 +54,6 @@ public:
~JsonRPCPlugin() override = default;
// Inherited from ccStdPluginInterface
void onNewSelection( const ccHObject::Container &selectedEntities ) override;
QList<QAction *> getActions() override;
public slots:
void triggered(bool checked);