Commit e8c7680d authored by Don Gagne's avatar Don Gagne

Fix compiler warning

parent 90fb522e
...@@ -108,6 +108,7 @@ void QGCFileDialog::_validate(QString* selectedFilter, Options& options) ...@@ -108,6 +108,7 @@ void QGCFileDialog::_validate(QString* selectedFilter, Options& options)
Q_ASSERT(qgcApp()); Q_ASSERT(qgcApp());
// Support for selectedFilter is not yet implemented through the unit test framework // Support for selectedFilter is not yet implemented through the unit test framework
Q_UNUSED(selectedFilter);
Q_ASSERT(selectedFilter == NULL); Q_ASSERT(selectedFilter == NULL);
// On OSX native dialog can hang so we always use Qt dialogs // On OSX native dialog can hang so we always use Qt dialogs
......
Markdown is supported
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