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

9 lines
No EOL
114 B
C++

#include <QtGui>
#include "graphicspage.hpp"
GraphicsPage::GraphicsPage(QWidget *parent) : QWidget(parent)
{
}