summaryrefslogtreecommitdiff
path: root/mainwindow.h
diff options
context:
space:
mode:
authorJoshua Drake <joshua.ellis.drake@gmail.com>2022-11-21 02:03:46 -0600
committerJoshua Drake <joshua.ellis.drake@gmail.com>2022-11-21 02:03:46 -0600
commit341e61f7a6f9deebf086a2b8147e252be6d45f33 (patch)
treef406b1947fb8791b1ee0820823499880d9989490 /mainwindow.h
parent1321168cb22a76df96d747194fcb91863e4e0659 (diff)
Added new UI elements and brushed up calculations.
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 359faf5..f7f0b00 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -33,6 +33,8 @@ private slots:
void on_doubleSpinBoxEstimatedWireLength_valueChanged(double arg1);
+ void on_lineEditVoltageRange_textChanged(const QString &arg1);
+
private:
Battery m_battery;
Wire m_wire;