dust3d/src/aboutwidget.h

13 lines
154 B
C
Raw Normal View History

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