refactor: make is_indexed false by default
Co-authored-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
a4ef0940ed
commit
4be9e6a0bc
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include "ResourcePackFolderModel.h"
|
||||
|
||||
ResourcePackFolderModel::ResourcePackFolderModel(const QString &dir) : ModFolderModel(dir, false) {
|
||||
ResourcePackFolderModel::ResourcePackFolderModel(const QString &dir) : ModFolderModel(dir) {
|
||||
}
|
||||
|
||||
QVariant ResourcePackFolderModel::headerData(int section, Qt::Orientation orientation, int role) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue