summaryrefslogtreecommitdiffstats
path: root/application/dialogs/ModEditDialogCommon.h
blob: e2afb98a66324e6d6a1975f3265f516bdb8a9324 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#include <QModelIndex>
#include <QDesktopServices>
#include <QWidget>
#include <minecraft/Mod.h>

bool lastfirst(QModelIndexList &list, int &first, int &last);

void showWebsiteForMod(QWidget *parentDlg, Mod &m);