Rev 168 | Go to most recent revision | Details | Last modification | View Log | RSS feed
#ifndef QMDIALOGSTATUS_H
#define QMDIALOGSTATUS_H
#include <QDialog>
class QmDialogStatus : public QDialog
{
Q_OBJECT
public:
QmDialogStatus(QWidget *parent = 0);
};
#endif // QMDIALOGSTATUS_H