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
b9f55000
Unverified
Commit
b9f55000
authored
Oct 05, 2019
by
Don Gagne
Committed by
GitHub
Oct 05, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7871 from patrickelectric/small_fixes
Just my periodic small fixes
parents
601b8d09
9961769b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
QGCApplication.cc
src/QGCApplication.cc
+0
-2
QGCPalette.h
src/QGCPalette.h
+1
-1
No files found.
src/QGCApplication.cc
View file @
b9f55000
...
...
@@ -665,8 +665,6 @@ void QGCApplication::checkTelemetrySavePathOnMainThread()
bool
QGCApplication
::
_checkTelemetrySavePath
(
bool
useMessageBox
)
{
QString
errorTitle
=
tr
(
"Telemetry save error"
);
QString
saveDirPath
=
_toolbox
->
settingsManager
()
->
appSettings
()
->
telemetrySavePath
();
if
(
saveDirPath
.
isEmpty
())
{
QString
error
=
tr
(
"Unable to save telemetry log. Application save directory is not set."
);
...
...
src/QGCPalette.h
View file @
b9f55000
...
...
@@ -40,7 +40,7 @@
c << _colorInfoMap[Dark][ColorGroupDisabled][QStringLiteral(#NAME)].name(QColor::HexRgb); \
return c; \
} \
void SETNAME(QColor& color) { _colorInfoMap[_theme][_colorGroupEnabled ? ColorGroupEnabled : ColorGroupDisabled][QStringLiteral(#NAME)] = color; _signalPaletteChangeToAll(); }
void SETNAME(
const
QColor& color) { _colorInfoMap[_theme][_colorGroupEnabled ? ColorGroupEnabled : ColorGroupDisabled][QStringLiteral(#NAME)] = color; _signalPaletteChangeToAll(); }
/*!
QGCPalette is used in QML ui to expose color properties for the QGC palette. There are two
...
...
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