1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

uncrustification for ground/openpilotgcs/src/plugins/coreplugin/coreplugin.h

This commit is contained in:
Corvus Corax 2013-11-16 17:34:40 +01:00
parent 17da3a6c7a
commit 6030b1ba0a

View File

@ -33,12 +33,11 @@
namespace Core {
namespace Internal {
class MainWindow;
class CorePlugin : public ExtensionSystem::IPlugin {
Q_OBJECT
Q_PLUGIN_METADATA(IID "OpenPilot.Core")
Q_PLUGIN_METADATA(IID "OpenPilot.Core")
public:
CorePlugin();
@ -54,7 +53,6 @@ public slots:
private:
MainWindow *m_mainWindow;
};
} // namespace Internal
} // namespace Core