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