diff options
author | Karel Kočí <cynerd@email.cz> | 2018-03-06 22:08:53 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-03-06 22:08:53 +0100 |
commit | e6c3d5bdc7a4763bd6816d52b0d1b42a7e4b08f1 (patch) | |
tree | 643443e929f6e9e66b444cb1b4f6634fefdbec46 /qtmips_machine/machineconfig.h | |
parent | e869534670e1e1cb3b68c1e60205c36dff2dcb16 (diff) | |
download | qtmips-e6c3d5bdc7a4763bd6816d52b0d1b42a7e4b08f1.tar.gz qtmips-e6c3d5bdc7a4763bd6816d52b0d1b42a7e4b08f1.tar.bz2 qtmips-e6c3d5bdc7a4763bd6816d52b0d1b42a7e4b08f1.zip |
WIP: simplify memory viewsimple-memory-view
This removes problematic buffer zone of memory view. Instead we will use
no buffer zone and load needed elements as soon as possible.
Diffstat (limited to 'qtmips_machine/machineconfig.h')
-rw-r--r-- | qtmips_machine/machineconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_machine/machineconfig.h b/qtmips_machine/machineconfig.h index a713a4c..8de7b19 100644 --- a/qtmips_machine/machineconfig.h +++ b/qtmips_machine/machineconfig.h @@ -1,8 +1,8 @@ #ifndef MACHINECONFIG_H #define MACHINECONFIG_H -#include <QString> #include <QSettings> +#include <QString> namespace machine { |