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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/qtmips_gui/mainwindow.h b/qtmips_gui/mainwindow.h
index 1389f21..999c966 100644
--- a/qtmips_gui/mainwindow.h
+++ b/qtmips_gui/mainwindow.h
@@ -6,8 +6,6 @@
#include "ui_MainWindow.h"
#include "newdialog.h"
#include "coreview.h"
-#include "cachecontent.h"
-#include "cachestatistics.h"
#include "registersdock.h"
#include "programdock.h"
#include "memorydock.h"
@@ -34,8 +32,6 @@ public slots:
void show_registers();
void show_program();
void show_memory();
- void show_cache_content();
- void show_cache_statictics();
// Actions - execution speed
void set_speed();
// Machine signals
@@ -57,9 +53,7 @@ private:
RegistersDock *registers;
ProgramDock *program;
MemoryDock *memory;
- // TODO implement cahce docks
- CacheContentDock *cache_content;
- CacheStatisticsDock *cache_statictics;
+ // TODO implement cache docks
QActionGroup *speed_group;