Commit 10a00eb0 authored by Don Gagne's avatar Don Gagne
Browse files

Use new QGCFileDialog api

Using QFileDialog directly on OS X can hang intermittently due to Qt
bug.
parent 4544472b
......@@ -32,7 +32,6 @@ This file is part of the PIXHAWK project
#include <QString>
#include <QTimer>
#include <QLabel>
#include <QFileDialog>
#include <QProcess>
#include <QPalette>
......
......@@ -31,7 +31,6 @@ This file is part of the PIXHAWK project
#include <QString>
#include <QTimer>
#include <QLabel>
#include <QFileDialog>
#include <QDebug>
#include <QApplication>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment