Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
5d7ab736
Commit
5d7ab736
authored
Feb 14, 2014
by
Lorenz Meier
Browse files
Fix more dialect stupidity
parent
31c5e3b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UAS.cc
View file @
5d7ab736
...
@@ -2059,7 +2059,6 @@ void UAS::getStatusForCode(int statusCode, QString& uasState, QString& stateDesc
...
@@ -2059,7 +2059,6 @@ void UAS::getStatusForCode(int statusCode, QString& uasState, QString& stateDesc
QImage
UAS
::
getImage
()
QImage
UAS
::
getImage
()
{
{
#ifdef MAVLINK_ENABLED_PIXHAWK
// qDebug() << "IMAGE TYPE:" << imageType;
// qDebug() << "IMAGE TYPE:" << imageType;
...
@@ -2105,9 +2104,6 @@ QImage UAS::getImage()
...
@@ -2105,9 +2104,6 @@ QImage UAS::getImage()
imagePacketsArrived
=
0
;
imagePacketsArrived
=
0
;
//imageRecBuffer.clear();
//imageRecBuffer.clear();
return
image
;
return
image
;
#else
return
QImage
();
#endif
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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