summaryrefslogtreecommitdiffstats
path: root/gui/LegacyModEditDialog.h
diff options
context:
space:
mode:
authorSky <git@bunnies.cc>2013-10-08 21:45:48 +0100
committerSky <git@bunnies.cc>2013-10-08 21:45:48 +0100
commitf2291ef161c6ae2d47ede15633626ab1e8caab86 (patch)
tree094f19b0a7cde6cb032778db1466d8e28eb8cf61 /gui/LegacyModEditDialog.h
parent60e7e019fe62f48ebdb5cea0ab83ab58f3379fdf (diff)
downloadMultiMC-f2291ef161c6ae2d47ede15633626ab1e8caab86.tar
MultiMC-f2291ef161c6ae2d47ede15633626ab1e8caab86.tar.gz
MultiMC-f2291ef161c6ae2d47ede15633626ab1e8caab86.tar.lz
MultiMC-f2291ef161c6ae2d47ede15633626ab1e8caab86.tar.xz
MultiMC-f2291ef161c6ae2d47ede15633626ab1e8caab86.zip
Move mod info frame and handler to MCModInfoFrame, use on all instances
Diffstat (limited to 'gui/LegacyModEditDialog.h')
-rw-r--r--gui/LegacyModEditDialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/LegacyModEditDialog.h b/gui/LegacyModEditDialog.h
index f12d9a7b..fcf07f1c 100644
--- a/gui/LegacyModEditDialog.h
+++ b/gui/LegacyModEditDialog.h
@@ -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);