#ifndef DUST3D_APPLICATION_ABOUT_WIDGET_H_
#define DUST3D_APPLICATION_ABOUT_WIDGET_H_
#include <QDialog>
class AboutWidget : public QDialog {
Q_OBJECT
public:
AboutWidget();
};
#endif