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