1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-03 06:41:32 +00:00
openmw/apps/launcher/graphicspage.hpp

15 lines
178 B
C++

#ifndef GRAPHICSPAGE_H
#define GRAPHICSPAGE_H
#include <QWidget>
class GraphicsPage : public QWidget
{
Q_OBJECT
public:
GraphicsPage(QWidget *parent = 0);
};
#endif