diff options
author | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-04-18 04:29:15 -0400 |
---|---|---|
committer | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-04-18 04:29:15 -0400 |
commit | cdc9d9c6195cf51e2d1ff10ff4f29797d3e51691 (patch) | |
tree | 4dcf1e21241353d40e15545cd4032defd302a25f /gui/gui.cc | |
parent | 06632f57c9047b7e54a274b6b020bcc83f5f9a64 (diff) |
further changes to initialize
Diffstat (limited to 'gui/gui.cc')
-rw-r--r-- | gui/gui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #include "gui.h" #include "./ui_gui.h" -#include "byteswap.h" +// #include "byteswap.h" GUI::GUI(QWidget *parent) : QMainWindow(parent) |