diff options
author | Andrew <forkk@forkk.net> | 2013-02-19 12:15:22 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-02-19 12:15:22 -0600 |
commit | 6e5017e48b633e20bbba61ac2e7cd58e693aec4e (patch) | |
tree | f0027822d84123951fa56ffbb7591b33f297e11b /gui/mainwindow.h | |
parent | 80cd8b33aa12933392bd2293a5e91ae696dbe6be (diff) | |
download | MultiMC-6e5017e48b633e20bbba61ac2e7cd58e693aec4e.tar MultiMC-6e5017e48b633e20bbba61ac2e7cd58e693aec4e.tar.gz MultiMC-6e5017e48b633e20bbba61ac2e7cd58e693aec4e.tar.lz MultiMC-6e5017e48b633e20bbba61ac2e7cd58e693aec4e.tar.xz MultiMC-6e5017e48b633e20bbba61ac2e7cd58e693aec4e.zip |
Implemented loadList() stuff.
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r-- | gui/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 28ca341a..d286bd0e 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -18,7 +18,7 @@ #include <QMainWindow> -#include "data/instancemodel.h" +#include "data/inst/instancelist.h" #include "data/loginresponse.h" namespace Ui @@ -70,7 +70,7 @@ private slots: private: Ui::MainWindow *ui; - InstanceModel instList; + InstanceList instList; }; #endif // MAINWINDOW_H |