Commit a3f5bd79 authored by dogmaphobic's avatar dogmaphobic

Fixing missing argument in Debug builds

parent fcf4fda2
......@@ -95,7 +95,7 @@ QString QGCFileDialog::getSaveFileName(QWidget* parent,
#ifdef QT_DEBUG
if (qgcApp()->runningUnitTests()) {
return UnitTest::_getSaveFileName(parent, caption, dir, filter, selectedFilter, options);
return UnitTest::_getSaveFileName(parent, caption, dir, filter, selectedFilter, options, defaultSuffix);
} else
#endif
{
......
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