1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-05 15:45:33 +00:00
openmw/apps/launcher/graphicspage.cpp

9 lines
114 B
C++
Raw Normal View History

#include <QtGui>
2011-04-24 19:42:56 +00:00
#include "graphicspage.hpp"
GraphicsPage::GraphicsPage(QWidget *parent) : QWidget(parent)
{
}