mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Merge branch 'next' into corvuscorax/onboardlogging
This commit is contained in:
commit
f25926d4bc
@ -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
|
||||
|
||||
|
@ -293,9 +293,7 @@ loggingThread(NULL),
|
||||
logConnection(new LoggingConnection(this)),
|
||||
mf(NULL),
|
||||
cmd(NULL)
|
||||
{
|
||||
|
||||
}
|
||||
{}
|
||||
|
||||
LoggingPlugin::~LoggingPlugin()
|
||||
{
|
||||
|
@ -32,11 +32,9 @@
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
namespace Welcome {
|
||||
|
||||
class WelcomeMode;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class WelcomePlugin
|
||||
: public ExtensionSystem::IPlugin {
|
||||
Q_OBJECT
|
||||
@ -53,7 +51,6 @@ public:
|
||||
private:
|
||||
WelcomeMode *m_welcomeMode;
|
||||
};
|
||||
|
||||
} // namespace Welcome
|
||||
} // namespace Internal
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user