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