mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-26 00:15:16 +00:00
4 lines
109 B
C
4 lines
109 B
C
|
#pragma once
|
||
|
#include <QAbstractItemModel>
|
||
|
|
||
|
bool lastfirst (QModelIndexList & list, int & first, int & last);
|