fuel-scm/Utils.h
kostas 4dfa5d2d23 Fixed issue with fossil 1.2.0 where a new type of user query (yes to all/no) caused Fuel to hang
Upped version to 0.9.5
Minor GUI Tweaks

FossilOrigin-Name: d7d817fe47606c591cc03e8d71e744d187bca5d7
2011-10-22 15:03:48 +00:00

11 lines
281 B
C

#ifndef UTILS_H
#define UTILS_H
#include <QString>
#include <QMessageBox>
QMessageBox::StandardButton DialogQuery(QWidget *parent, const QString &title, const QString &query, QMessageBox::StandardButtons buttons = QMessageBox::Yes|QMessageBox::No);
#endif // UTILS_H