From 43c8fb2cce798bfd17aa713bec61c59123f0d8c8 Mon Sep 17 00:00:00 2001 From: zanostro Date: Wed, 12 Nov 2025 19:43:12 +0100 Subject: [PATCH] removed old files --- simulator_SIC_XE/gui/qt/MainWindow.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 simulator_SIC_XE/gui/qt/MainWindow.h diff --git a/simulator_SIC_XE/gui/qt/MainWindow.h b/simulator_SIC_XE/gui/qt/MainWindow.h deleted file mode 100644 index a67c8d1..0000000 --- a/simulator_SIC_XE/gui/qt/MainWindow.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include - -class MachineController; - -class MainWindow : public QMainWindow { - Q_OBJECT -public: - explicit MainWindow(QWidget *parent = nullptr); - ~MainWindow() override; - -private: - MachineController *m_controller = nullptr; -}; - -#endif // MAINWINDOW_H