From 6bff18e56a0412afa8b72d101a857e6ae852d49b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 12 Feb 2014 06:06:13 -0800 Subject: Make sure the about dialog is correctly centered Otherwise, why pass in the parent to begin with? Signed-off-by: Dirk Hohndel --- qt-ui/about.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp index c97bde673..7490c2dee 100644 --- a/qt-ui/about.cpp +++ b/qt-ui/about.cpp @@ -3,7 +3,7 @@ #include #include -SubsurfaceAbout::SubsurfaceAbout(QWidget* parent, Qt::WindowFlags f) +SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f) { ui.setupUi(this); -- cgit v1.2.3-70-g09d2