comparison MainWindow.h @ 8:21ce6187d32e

Minor changes done by automatic style checker
author Ideenmodellierer
date Mon, 12 Jan 2026 13:51:17 +0000
parents 0b3630a29ad8
children
comparison
equal deleted inserted replaced
7:0969ef86c42d 8:21ce6187d32e
56 /// Implement the *Companion* user interface. 56 /// Implement the *Companion* user interface.
57 /// 57 ///
58 class MainWindow : public QMainWindow 58 class MainWindow : public QMainWindow
59 { 59 {
60 Q_OBJECT 60 Q_OBJECT
61 Ui::MainWindow* _ui; ///< Compiled interface. 61 Ui::MainWindow *_ui; ///< Compiled interface.
62 HardwareOperations* _op; ///< Driver for the connected dive computer. 62 HardwareOperations *_op; ///< Driver for the connected dive computer.
63 63
64 //------------------------------------------------------------------------ 64 //------------------------------------------------------------------------
65 /// \brief Update buttons enable/disable state. 65 /// \brief Update buttons enable/disable state.
66 /// According to connection status (not/normal/service), and high level 66 /// According to connection status (not/normal/service), and high level
67 /// commands supported by a given computer model. 67 /// commands supported by a given computer model.