diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 270d907b6..ab1c4f7b4 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -190,7 +190,7 @@ private: QDialog *survey; struct dive copyPasteDive; struct dive_components what; - QList<QAction*> profileToolbarActions; + QList<QAction *> profileToolbarActions; }; #endif // MAINWINDOW_H |