mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
uncrustification
This commit is contained in:
parent
d1ad8e2872
commit
b3ebb91ceb
@ -45,9 +45,9 @@
|
||||
|
||||
// Private constants
|
||||
|
||||
#define STACK_REQUIRED 512
|
||||
#define STACK_REQUIRED 512
|
||||
|
||||
#define CALIBRATION_DELAY_MS 4000
|
||||
#define CALIBRATION_DELAY_MS 4000
|
||||
#define CALIBRATION_DURATION_MS 6000
|
||||
|
||||
// Private types
|
||||
|
@ -44,7 +44,6 @@
|
||||
#include <QTimer>
|
||||
|
||||
namespace Core {
|
||||
|
||||
class IConnection;
|
||||
|
||||
namespace Internal {
|
||||
|
@ -39,13 +39,11 @@ using namespace Core::Internal;
|
||||
const int WorkspaceSettings::MAX_WORKSPACES = 10;
|
||||
|
||||
WorkspaceSettings::WorkspaceSettings(QObject *parent) :
|
||||
IOptionsPage(parent)
|
||||
{
|
||||
}
|
||||
IOptionsPage(parent)
|
||||
{}
|
||||
|
||||
WorkspaceSettings::~WorkspaceSettings()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
// IOptionsPage
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user