summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-01-22 05:56:12 +0100
committerPetr Mrázek <peterix@gmail.com>2013-01-22 05:56:12 +0100
commit00893b3cfc68f12c09e84643d255044a488b0eb6 (patch)
tree229762a1cc56827b7bbfedd237dbf5c3bd57808c /gui/mainwindow.h
parentf33ab9beb17bd11cb55951cb04d24cef34f6dec0 (diff)
downloadMultiMC-00893b3cfc68f12c09e84643d255044a488b0eb6.tar
MultiMC-00893b3cfc68f12c09e84643d255044a488b0eb6.tar.gz
MultiMC-00893b3cfc68f12c09e84643d255044a488b0eb6.tar.lz
MultiMC-00893b3cfc68f12c09e84643d255044a488b0eb6.tar.xz
MultiMC-00893b3cfc68f12c09e84643d255044a488b0eb6.zip
Instance model (or at least something like it)
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h
index 09cd0817..77245531 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -18,7 +18,7 @@
#include <QMainWindow>
-#include "../data/instancelist.h"
+#include "../data/instancemodel.h"
namespace Ui
{
@@ -55,7 +55,7 @@ private slots:
private:
Ui::MainWindow *ui;
- InstanceList instList;
+ InstanceModel instList;
};
#endif // MAINWINDOW_H