2013-08-28 03:38:29 +01:00
|
|
|
#pragma once
|
|
|
|
#include <QAbstractItemModel>
|
2013-10-08 00:36:11 +01:00
|
|
|
#include <logic/Mod.h>
|
2013-08-28 03:38:29 +01:00
|
|
|
|
2013-10-08 00:36:11 +01:00
|
|
|
bool lastfirst (QModelIndexList & list, int & first, int & last);
|
|
|
|
|
|
|
|
void showWebsiteForMod(QWidget * parentDlg, Mod& m);
|