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

@ -60,6 +60,12 @@ slots:
// Questionable: SettingsDialog doesn't need this for some reason?
void on_buttonBox_rejected();
void on_jarModsTreeView_pressed(const QModelIndex &index);
void on_coreModsTreeView_pressed(const QModelIndex &index);
void on_loaderModTreeView_pressed(const QModelIndex &index);
protected:
bool eventFilter(QObject *obj, QEvent *ev);
bool jarListFilter(QKeyEvent *ev);