Fuel
Artifact [e5ebab82b3]
Not logged in

Artifact e5ebab82b3455f2ea06d92e6b9eb18355470076c:


#ifndef UTILS_H
#define UTILS_H

#include <QString>
#include <QWidget>

enum DialogAnswer
{
	ANSWER_YES,
	ANSWER_NO,
	ANSWER_YESALL
};

DialogAnswer DialogQuery(QWidget *parent, const QString &title, const QString &query, bool yesToAllButton=false);


#endif // UTILS_H