1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +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,7 +33,6 @@
namespace Core {
namespace Internal {
class MainWindow;
class CorePlugin : public ExtensionSystem::IPlugin {
@ -54,7 +53,6 @@ public slots:
private:
MainWindow *m_mainWindow;
};
} // namespace Internal
} // namespace Core