aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/mainwindow.h')
-rw-r--r--qtmips_gui/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtmips_gui/mainwindow.h b/qtmips_gui/mainwindow.h
index 1ee8032..788c118 100644
--- a/qtmips_gui/mainwindow.h
+++ b/qtmips_gui/mainwindow.h
@@ -47,6 +47,7 @@
#include "cachedock.h"
#include "peripheralsdock.h"
#include "terminaldock.h"
+#include "lcddisplaydock.h"
#include "cop0dock.h"
#include "qtmipsmachine.h"
@@ -76,6 +77,7 @@ public slots:
void show_cache_program();
void show_peripherals();
void show_terminal();
+ void show_lcd_display();
void show_cop0dock();
void show_symbol_dialog();
// Actions - help menu
@@ -105,6 +107,7 @@ private:
CacheDock *cache_program, *cache_data;
PeripheralsDock *peripherals;
TerminalDock *terminal;
+ LcdDisplayDock *lcd_display;
Cop0Dock *cop0dock;