mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-25 14:53:52 +00:00
9 lines
No EOL
114 B
C++
9 lines
No EOL
114 B
C++
#include <QtGui>
|
|
|
|
#include "graphicspage.hpp"
|
|
|
|
GraphicsPage::GraphicsPage(QWidget *parent) : QWidget(parent)
|
|
{
|
|
|
|
|
|
} |