From 1321168cb22a76df96d747194fcb91863e4e0659 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Sat, 19 Nov 2022 04:04:00 -0600 Subject: Added Wire Class. Program now has some functionality! --- EVPC.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'EVPC.pro') diff --git a/EVPC.pro b/EVPC.pro index fc1919d..e85997b 100644 --- a/EVPC.pro +++ b/EVPC.pro @@ -11,11 +11,13 @@ CONFIG += c++11 SOURCES += \ battery.cpp \ main.cpp \ - mainwindow.cpp + mainwindow.cpp \ + wire.cpp HEADERS += \ battery.h \ - mainwindow.h + mainwindow.h \ + wire.h FORMS += \ mainwindow.ui -- cgit v1.2.3