Make sure the about dialog is correctly centered

Otherwise, why pass in the parent to begin with?

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-02-12 06:06:13 -08:00
parent 4f522d79d8
commit 6bff18e56a

View file

@ -3,7 +3,7 @@
#include <QDesktopServices>
#include <QUrl>
SubsurfaceAbout::SubsurfaceAbout(QWidget* parent, Qt::WindowFlags f)
SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f)
{
ui.setupUi(this);