mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
9 lines
114 B
C++
9 lines
114 B
C++
#include <QtGui>
|
|
|
|
#include "graphicspage.hpp"
|
|
|
|
GraphicsPage::GraphicsPage(QWidget *parent) : QWidget(parent)
|
|
{
|
|
|
|
|
|
} |