fix Coverity issues

This commit is contained in:
wmayer
2016-08-21 15:13:32 +02:00
parent 24d466473a
commit 1eaa2dcb2a
3 changed files with 7 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ using namespace ImageGui;
ImageOrientationDialog::ImageOrientationDialog()
: QDialog(Gui::getMainWindow()), ui(new Ui_ImageOrientationDialog)
{
DirType = 0;
ui->setupUi(this);
onPreview();