Skip to content

Commit

Permalink
Builds properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Imeguras committed Nov 13, 2023
1 parent 98259ff commit 8a5f29f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions LukHudX.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################################
# Automatically generated by qmake (3.1) Wed Feb 8 13:19:20 2023
######################################################################
DEFINES += __LART_T14__
DEFINES += __LART_T24__

QT += core gui widgets serialport

Expand Down Expand Up @@ -34,9 +34,9 @@ HEADERS += \
src/contamudancas.h \
src/mainwindow.h \
src/tfortwindow.h\
src/voidsterdebugwindow.h
src/voidsterdebugwindow.h \
#Biz Logic
src/store.h \
src/store.h


SOURCES += \
Expand Down
7 changes: 5 additions & 2 deletions src/voidsterdebugwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
* @author João Vieira
* This piece of software was developed for the T24e project belonging to the LART Team
**/
#include "voidsterdebugwindow.h"
#include "./ui_voidsterdebugwindow.h"

#include "voidsterdebugwindow.h"
#include "./ui_voidsterdebugwindow.h"

#include "./store.h"
#include <cstddef>
#include <qmainwindow.h>
Expand All @@ -19,6 +21,7 @@ static store* store_ref;
* @brief Constructor for the MainWindow Class.
* @b Connects @b **most** variables from the store to the FLabels on the screen.
**/

VoidsterdebugWindow::VoidsterdebugWindow(QWidget *parent, QString serialDev)
: QMainWindow(parent)
, ui(new Ui::VoidsterdebugWindow){
Expand Down

0 comments on commit 8a5f29f

Please sign in to comment.