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
10a00eb0
Commit
10a00eb0
authored
Nov 24, 2014
by
Don Gagne
Browse files
Use new QGCFileDialog api
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
parent
4544472b
Changes
22
Hide whitespace changes
Inline
Side-by-side
src/ui/uas/UASControlWidget.cc
View file @
10a00eb0
...
...
@@ -32,7 +32,6 @@ This file is part of the PIXHAWK project
#include
<QString>
#include
<QTimer>
#include
<QLabel>
#include
<QFileDialog>
#include
<QProcess>
#include
<QPalette>
...
...
src/ui/uas/UASListWidget.cc
View file @
10a00eb0
...
...
@@ -31,7 +31,6 @@ This file is part of the PIXHAWK project
#include
<QString>
#include
<QTimer>
#include
<QLabel>
#include
<QFileDialog>
#include
<QDebug>
#include
<QApplication>
...
...
Prev
1
2
Next
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