aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/programdock.cpp
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-25 17:10:59 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-25 17:10:59 +0100
commitc82fd7320a83daec780bb9f7c11239e269410c91 (patch)
treea5939471652ded3943606699480a6a105696807f /qtmips_gui/programdock.cpp
parentdb722b7163fffc868cdea338bd6a4c6eddffd2b1 (diff)
downloadqtmips-c82fd7320a83daec780bb9f7c11239e269410c91.tar.gz
qtmips-c82fd7320a83daec780bb9f7c11239e269410c91.tar.bz2
qtmips-c82fd7320a83daec780bb9f7c11239e269410c91.zip
Add focus function to memory view
Diffstat (limited to 'qtmips_gui/programdock.cpp')
-rw-r--r--qtmips_gui/programdock.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qtmips_gui/programdock.cpp b/qtmips_gui/programdock.cpp
index 06aa9cd..3d881df 100644
--- a/qtmips_gui/programdock.cpp
+++ b/qtmips_gui/programdock.cpp
@@ -2,8 +2,6 @@
#include "qtmipsexception.h"
ProgramView::ProgramView(QWidget *parent) : MemoryView(parent) {
- set_focus(0x80020000); // Initialize focus address to program start
-
cb_single = new QComboBox(this);
cb_single->addItems({
"Don't follow",