dust3d/application/sources/about_widget.h

13 lines
195 B
C++

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