diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-11-21 00:29:41 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-11-21 00:29:41 +0100 |
commit | 33a7cc18900cde145a9d4e3c294ff4bb0a76e77b (patch) | |
tree | f36be9617288f1681a235a9a869ae6510cb6052d /api/logic/minecraft/SimpleModList.h | |
parent | a8e77f0ecc2f6e15896b1d6171fd66c73478d5e8 (diff) | |
download | MultiMC-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.h | 2 |
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; |