blob: bc8e223f5a662efa04d6a4b6589905f3c8b4d303 (
plain)
1
2
3
4
5
6
7
|
#pragma once
#include <QAbstractItemModel>
#include <logic/Mod.h>
bool lastfirst (QModelIndexList & list, int & first, int & last);
void showWebsiteForMod(QWidget * parentDlg, Mod& m);
|