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