aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod/ResourcePackFolderModel.h
blob: 0cd6214bf03931b12fe51abd89eb31d39fa8b563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "ModFolderModel.h"

class ResourcePackFolderModel : public ModFolderModel
{
    Q_OBJECT

public:
    explicit ResourcePackFolderModel(const QString &dir);

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