summaryrefslogtreecommitdiffstats
path: root/gui/LegacyModEditDialog.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-10-09 02:03:02 +0200
committerPetr Mrázek <peterix@gmail.com>2013-10-09 02:03:02 +0200
commit6bc9df84d9e72d8ee06c23c505b6c5ad54820115 (patch)
tree7d66742fdedf3384a0ba58b99e6dc3c5926286e6 /gui/LegacyModEditDialog.h
parent36edf6cbc6f0b329e0b8f96dc5543cff0acb8aec (diff)
downloadMultiMC-6bc9df84d9e72d8ee06c23c505b6c5ad54820115.tar
MultiMC-6bc9df84d9e72d8ee06c23c505b6c5ad54820115.tar.gz
MultiMC-6bc9df84d9e72d8ee06c23c505b6c5ad54820115.tar.lz
MultiMC-6bc9df84d9e72d8ee06c23c505b6c5ad54820115.tar.xz
MultiMC-6bc9df84d9e72d8ee06c23c505b6c5ad54820115.zip
Mod info, with less HTML!
And responding to keyboard events too.
Diffstat (limited to 'gui/LegacyModEditDialog.h')
-rw-r--r--gui/LegacyModEditDialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/LegacyModEditDialog.h b/gui/LegacyModEditDialog.h
index b5d51fd5..fc3ea1e6 100644
--- a/gui/LegacyModEditDialog.h
+++ b/gui/LegacyModEditDialog.h
@@ -56,9 +56,9 @@ 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);
+ void jarCurrent(QModelIndex current, QModelIndex previous);
+ void coreCurrent(QModelIndex current, QModelIndex previous);
+ void loaderCurrent(QModelIndex current, QModelIndex previous);
protected:
bool eventFilter(QObject *obj, QEvent *ev);