summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/SimpleModList.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-11-21 00:29:41 +0100
committerPetr Mrázek <peterix@gmail.com>2018-11-21 00:29:41 +0100
commit33a7cc18900cde145a9d4e3c294ff4bb0a76e77b (patch)
treef36be9617288f1681a235a9a869ae6510cb6052d /api/logic/minecraft/SimpleModList.h
parenta8e77f0ecc2f6e15896b1d6171fd66c73478d5e8 (diff)
downloadMultiMC-33a7cc18900cde145a9d4e3c294ff4bb0a76e77b.tar
MultiMC-33a7cc18900cde145a9d4e3c294ff4bb0a76e77b.tar.gz
MultiMC-33a7cc18900cde145a9d4e3c294ff4bb0a76e77b.tar.lz
MultiMC-33a7cc18900cde145a9d4e3c294ff4bb0a76e77b.tar.xz
MultiMC-33a7cc18900cde145a9d4e3c294ff4bb0a76e77b.zip
NOISSUE fix up mod installation and add a lot of logging for it
Diffstat (limited to 'api/logic/minecraft/SimpleModList.h')
-rw-r--r--api/logic/minecraft/SimpleModList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/minecraft/SimpleModList.h b/api/logic/minecraft/SimpleModList.h
index d623a295..a503aebc 100644
--- a/api/logic/minecraft/SimpleModList.h
+++ b/api/logic/minecraft/SimpleModList.h
@@ -59,7 +59,7 @@ public:
{
return size();
}
- ;
+
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
virtual int columnCount(const QModelIndex &parent) const override;