Legacy jar reassembly, base of proper custom jar support
This commit is contained in:
parent
b781231666
commit
e3b55067eb
18 changed files with 286 additions and 151 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
virtual int columnCount ( const QModelIndex& parent ) const;
|
||||
|
||||
size_t size() const { return mods.size(); };
|
||||
bool empty() const { return size() == 0; }
|
||||
Mod& operator[](size_t index) { return mods[index]; };
|
||||
|
||||
/// Reloads the mod list and returns true if the list changed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue