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

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

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