Skip to content
Snippets Groups Projects
Commit e8c7680d authored by Don Gagne's avatar Don Gagne
Browse files

Fix compiler warning

parent 90fb522e
Branches
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ void QGCFileDialog::_validate(QString* selectedFilter, Options& options)
Q_ASSERT(qgcApp());
// Support for selectedFilter is not yet implemented through the unit test framework
Q_UNUSED(selectedFilter);
Q_ASSERT(selectedFilter == NULL);
// On OSX native dialog can hang so we always use Qt dialogs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment