mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-02 20:59:25 +00:00
4 lines
109 B
C
4 lines
109 B
C
|
#pragma once
|
||
|
#include <QAbstractItemModel>
|
||
|
|
||
|
bool lastfirst (QModelIndexList & list, int & first, int & last);
|