From ad5503385740638632380437e6f6b5166fff5c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 15 Jan 2018 13:18:08 +0100 Subject: Update new dialog for new configuration For now no settings and no direct machine configuration but graphics is there. --- qtmips_gui/newdialog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtmips_gui/newdialog.h') diff --git a/qtmips_gui/newdialog.h b/qtmips_gui/newdialog.h index f69bea1..a088777 100644 --- a/qtmips_gui/newdialog.h +++ b/qtmips_gui/newdialog.h @@ -6,7 +6,7 @@ #include #include #include "ui_NewDialog.h" -#include "qtmipsexception.h" +#include "ui_NewDialogCache.h" class NewDialog : public QDialog { Q_OBJECT @@ -26,6 +26,7 @@ private slots: private: Ui::NewDialog *ui; + Ui::NewDialogCache *ui_cache_p, *ui_cache_d; QSettings *settings; void load_settings(); -- cgit v1.2.3