Subversion Repositories svn1-original

Rev

Rev 168 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
167 david 1
#ifndef QMDIALOGSTATUS_H
2
#define QMDIALOGSTATUS_H
3
 
4
#include <QDialog>
5
 
6
class QmDialogStatus : public QDialog
7
{
8
    Q_OBJECT
9
 
10
public:
11
    QmDialogStatus(QWidget *parent = 0);
12
};
13
 
14
#endif // QMDIALOGSTATUS_H