Files
UltimMC_Launcher/launcher/minecraft/mod/TexturePackFolderModel.h
Sebastian-byte 65d3068e9f Fix conflict
2021-07-25 18:34:28 -05:00

14 lines
273 B
C++

#pragma once
#include "ModFolderModel.h"
class TexturePackFolderModel : public ModFolderModel
{
Q_OBJECT
public:
explicit TexturePackFolderModel(const QString &dir);
QVariant headerData(int section, Qt::Orientation orientation, int role) const override;
};