summaryrefslogtreecommitdiffstats
path: root/gui/ModListView.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-08-21 01:07:54 +0200
committerPetr Mrázek <peterix@gmail.com>2013-08-21 01:07:54 +0200
commitb78123166627139777fbd206866ee0d1c8bcd040 (patch)
tree9ea910562faae1be208cfda68f9c4f6795040524 /gui/ModListView.h
parent524fbcdd3e359e07c1ff6e8ae05e03bc35977259 (diff)
downloadMultiMC-b78123166627139777fbd206866ee0d1c8bcd040.tar
MultiMC-b78123166627139777fbd206866ee0d1c8bcd040.tar.gz
MultiMC-b78123166627139777fbd206866ee0d1c8bcd040.tar.lz
MultiMC-b78123166627139777fbd206866ee0d1c8bcd040.tar.xz
MultiMC-b78123166627139777fbd206866ee0d1c8bcd040.zip
Contiguous selection and keyboard input for mod lists.
Tweak console to take up the sides. You can reorder mods from the keyboard.
Diffstat (limited to 'gui/ModListView.h')
-rw-r--r--gui/ModListView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/ModListView.h b/gui/ModListView.h
index 1cbf86b7..a9408fe7 100644
--- a/gui/ModListView.h
+++ b/gui/ModListView.h
@@ -1,6 +1,8 @@
#pragma once
#include <QTreeView>
+class Mod;
+
class ModListView: public QTreeView
{
Q_OBJECT