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

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

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