Subversion Repositories svn1-original

Rev

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_OBJECT

public:
    QmDialogStatus(QWidget *parent = 0);
};

#endif // QMDIALOGSTATUS_H