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