From bf0ed67c86d6ed9a680ec1692ae1d8fe4c284679 Mon Sep 17 00:00:00 2001 From: Klemens Schölhorn Date: Wed, 20 Dec 2017 18:21:36 +0100 Subject: [PATCH] Reformat after adding invert checkboxes --- openhantek/src/docks/VoltageDock.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- libgit2 0.21.4