summaryrefslogtreecommitdiffstats
path: root/gui/ModEditDialogCommon.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-08-28 04:38:29 +0200
committerPetr Mrázek <peterix@gmail.com>2013-08-28 04:38:29 +0200
commit5ff6fbf4648d286ff0f07a4dbf37c0b72651f66b (patch)
tree09f3f739d22370b8ce96144057d2cec2d74febb5 /gui/ModEditDialogCommon.h
parentaa8766581ebad668194fcab87f53af4270e9679a (diff)
downloadMultiMC-5ff6fbf4648d286ff0f07a4dbf37c0b72651f66b.tar
MultiMC-5ff6fbf4648d286ff0f07a4dbf37c0b72651f66b.tar.gz
MultiMC-5ff6fbf4648d286ff0f07a4dbf37c0b72651f66b.tar.lz
MultiMC-5ff6fbf4648d286ff0f07a4dbf37c0b72651f66b.tar.xz
MultiMC-5ff6fbf4648d286ff0f07a4dbf37c0b72651f66b.zip
Basic 1.6 mod management (no jar mods)
Diffstat (limited to 'gui/ModEditDialogCommon.h')
-rw-r--r--gui/ModEditDialogCommon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/ModEditDialogCommon.h b/gui/ModEditDialogCommon.h
new file mode 100644
index 00000000..a27a8a82
--- /dev/null
+++ b/gui/ModEditDialogCommon.h
@@ -0,0 +1,4 @@
+#pragma once
+#include <QAbstractItemModel>
+
+bool lastfirst (QModelIndexList & list, int & first, int & last); \ No newline at end of file