aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/mod/TexturePackFolderModel.h
blob: d773b17b4a5bee4b7ec7e4e2f760763d57ac7ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "ModFolderModel.h"

class MULTIMC_LOGIC_EXPORT TexturePackFolderModel : public ModFolderModel
{
    Q_OBJECT

public:
    explicit TexturePackFolderModel(const QString &dir);

    QVariant headerData(int section, Qt::Orientation orientation, int role) const override;
};