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:
parent
17da3a6c7a
commit
6030b1ba0a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user