1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 05:09:53 +00:00
openmw-tes3mp/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)
{
}