Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
7b112b32
Commit
7b112b32
authored
Mar 24, 2016
by
Don Gagne
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3066 from tcanabrava/fix_tons_of_warnings_clang
Clean unused variables / Fix QObject macro
parents
26a94703
16f9f8e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
QGC.h
src/QGC.h
+1
-11
No files found.
src/QGC.h
View file @
7b112b32
...
...
@@ -35,17 +35,6 @@ namespace QGC
const
static
int
defaultSystemId
=
255
;
const
static
int
defaultComponentId
=
0
;
const
QColor
colorCyan
(
55
,
154
,
195
);
const
QColor
colorRed
(
154
,
20
,
20
);
const
QColor
colorGreen
(
20
,
200
,
20
);
const
QColor
colorYellow
(
255
,
255
,
0
);
const
QColor
colorOrange
(
255
,
140
,
0
);
const
QColor
colorMagenta
(
255
,
0
,
55
);
const
QColor
colorDarkWhite
(
240
,
240
,
240
);
const
QColor
colorDarkYellow
(
180
,
180
,
0
);
const
QColor
colorBackground
(
"#050508"
);
const
QColor
colorBlack
(
0
,
0
,
0
);
/**
* @brief Get the current ground time in microseconds.
* @note This does not have microsecond precision, it is limited to millisecond precision.
...
...
@@ -67,6 +56,7 @@ const static int MAX_FLIGHT_TIME = 60 * 60 * 24 * 21;
class
SLEEP
:
public
QThread
{
Q_OBJECT
public:
using
QThread
::
sleep
;
using
QThread
::
msleep
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment