Move mod info frame and handler to MCModInfoFrame, use on all instances

This commit is contained in:
Sky
2013-10-08 21:45:48 +01:00
parent 60e7e019fe
commit f2291ef161
10 changed files with 597 additions and 427 deletions

View File

@ -9,4 +9,5 @@ class ModListView: public QTreeView
public:
explicit ModListView ( QWidget* parent = 0 );
virtual void setModel ( QAbstractItemModel* model );
};
};