2014-05-11 22:48:01 +01:00
|
|
|
#pragma once
|
|
|
|
#include <QModelIndex>
|
|
|
|
#include <QDesktopServices>
|
|
|
|
#include <QWidget>
|
2015-02-04 20:10:10 +00:00
|
|
|
#include <logic/minecraft/Mod.h>
|
2014-05-11 22:48:01 +01:00
|
|
|
|
|
|
|
bool lastfirst(QModelIndexList &list, int &first, int &last);
|
|
|
|
|
|
|
|
void showWebsiteForMod(QWidget *parentDlg, Mod &m);
|