1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-25 14:53:52 +00:00
openmw-tes3mp/apps/launcher/graphicspage.cpp

9 lines
No EOL
114 B
C++

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