diff widgets/ProgressDialog.cpp @ 1268:05d12869043e

Formatting changes to align more with SV style conventions
author Lucas Thompson <dev@lucas.im>
date Tue, 17 Apr 2018 10:47:38 +0100
parents b68f3162b5a8
children c8a6fd3f9dff
line wrap: on
line diff
--- a/widgets/ProgressDialog.cpp	Tue Apr 17 10:47:14 2018 +0100
+++ b/widgets/ProgressDialog.cpp	Tue Apr 17 10:47:38 2018 +0100
@@ -19,13 +19,11 @@
 #include <QApplication>
 #include <QTimer>
 
-ProgressDialog::ProgressDialog(
-    QString message,
-    bool cancellable,
-    int timeBeforeShow,
-    QWidget *parent,
-    Qt::WindowModality modality
-) : 
+ProgressDialog::ProgressDialog(QString message,
+                               bool cancellable,
+                               int timeBeforeShow,
+                               QWidget *parent,
+                               Qt::WindowModality modality) : 
     m_showTimer(0),
     m_timerElapsed(false),
     m_cancelled(false)