Another change of heart: I'll just use Qt

This commit is contained in:
SimoneN64
2024-09-22 15:18:47 +02:00
parent 0aa0c0b654
commit c6f3046e48
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#include <Debugger.hpp>
#include <QGuiApplication>
Debugger::Debugger() : QWidget(nullptr) {
disassembly = new QDockWidget(this);