summaryrefslogtreecommitdiffstats
path: root/gui/ModListView.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/ModListView.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/ModListView.h')
-rw-r--r--gui/ModListView.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/ModListView.h b/gui/ModListView.h
index a9408fe7..69a26755 100644
--- a/gui/ModListView.h
+++ b/gui/ModListView.h
@@ -9,4 +9,5 @@ class ModListView: public QTreeView
public:
explicit ModListView ( QWidget* parent = 0 );
virtual void setModel ( QAbstractItemModel* model );
-}; \ No newline at end of file
+
+};