Files
PrismLauncher/launcher/minecraft/mod/ResourcePackFolderModel.h
2021-07-25 19:50:44 +02:00

14 lines
275 B
C++

#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;
};