diff --git a/openhantek/src/docks/VoltageDock.h b/openhantek/src/docks/VoltageDock.h index e667aa1..e4ca394 100644 --- a/openhantek/src/docks/VoltageDock.h +++ b/openhantek/src/docks/VoltageDock.h @@ -34,11 +34,11 @@ class VoltageDock : public QDockWidget { protected: void closeEvent(QCloseEvent *event); - QGridLayout *dockLayout; ///< The main layout for the dock window - QWidget *dockWidget; ///< The main widget for the dock window - QList usedCheckBox; ///< Enable/disable a specific channel - QList gainComboBox; ///< Select the vertical gain for the channels - QList miscComboBox; ///< Select coupling for real and mode for math channels + QGridLayout *dockLayout; ///< The main layout for the dock window + QWidget *dockWidget; ///< The main widget for the dock window + QList usedCheckBox; ///< Enable/disable a specific channel + QList gainComboBox; ///< Select the vertical gain for the channels + QList miscComboBox; ///< Select coupling for real and mode for math channels QList invertCheckBox; ///< Select if the channels should be displayed inverted DsoSettings *settings; ///< The settings provided by the parent class