indentation

This commit is contained in:
Matthew Hodgson 2017-04-30 18:59:40 +01:00
parent 0be0d87a19
commit 9a598536ea

View File

@ -36,7 +36,7 @@ ImageOverlayDialog::ImageOverlayDialog(QPixmap image, QWidget *parent)
setWindowState(Qt::WindowFullScreen); setWindowState(Qt::WindowFullScreen);
raise(); raise();
connect(this, SIGNAL(closing()), this, SLOT(closeDialog())); connect(this, SIGNAL(closing()), this, SLOT(closeDialog()));
} }