NOISSUE Flatten gui and logic libraries into MultiMC
This commit is contained in:
13
launcher/minecraft/mod/TexturePackFolderModel.h
Normal file
13
launcher/minecraft/mod/TexturePackFolderModel.h
Normal file
@ -0,0 +1,13 @@
|
||||
#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;
|
||||
};
|
Reference in New Issue
Block a user