summaryrefslogtreecommitdiffstats
path: root/qt-ui/divecomputermanagementdialog.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-15 04:37:31 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-15 04:37:31 -0700
commit6ccb541f1dc22295e61195aeac532f9f46cb0253 (patch)
treed941f9e0b58b0221e9e0bfd387c4bb9eae94e98b /qt-ui/divecomputermanagementdialog.h
parent2ec6303f50ee2811aa0504372ddd61227157572b (diff)
downloadsubsurface-6ccb541f1dc22295e61195aeac532f9f46cb0253.tar.gz
Random white space cleanup
Because I can. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divecomputermanagementdialog.h')
-rw-r--r--qt-ui/divecomputermanagementdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/divecomputermanagementdialog.h b/qt-ui/divecomputermanagementdialog.h
index 628c62ba2..008e6aba2 100644
--- a/qt-ui/divecomputermanagementdialog.h
+++ b/qt-ui/divecomputermanagementdialog.h
@@ -10,7 +10,7 @@ class DiveComputerManagementDialog : public QDialog{
Q_OBJECT
public:
- static DiveComputerManagementDialog *instance();
+ static DiveComputerManagementDialog *instance();
void update();
void init();
@@ -20,8 +20,8 @@ public slots:
void reject();
private:
- explicit DiveComputerManagementDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
- Ui::DiveComputerManagementDialog ui;
+ explicit DiveComputerManagementDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
+ Ui::DiveComputerManagementDialog ui;
DiveComputerModel *model;
};