diveshareexportdialog.cpp: fix an argument order warning

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2015-11-07 22:50:30 +02:00 committed by Dirk Hohndel
parent 6f713fcb99
commit aee6f0b2c4

View file

@ -11,8 +11,8 @@
DiveShareExportDialog::DiveShareExportDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::DiveShareExportDialog),
reply(NULL),
exportSelected(false)
exportSelected(false),
reply(NULL)
{
ui->setupUi(this);
}