fuel-scm/Utils.h
kostas 42ff9851f5 Moved LoggedProcess to separate files
Added message box when attempting to push or pull when no remote url has been set


FossilOrigin-Name: 3adc2a837ceb5080094dede9f0f3bdeb0e0429f0
2012-05-12 10:43:40 +00:00

15 lines
387 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);
#ifdef Q_WS_WIN
bool ShowExplorerMenu(HWND hwnd, const QString &path, const QPoint &qpoint);
#endif
#endif // UTILS_H