1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-03 17:37:18 +00:00
OpenMW/apps/wizard/intropage.cpp

8 lines
121 B
C++
Raw Normal View History

2013-12-08 20:35:57 +00:00
#include "intropage.hpp"
Wizard::IntroPage::IntroPage(QWidget *parent) :
QWizardPage(parent)
{
setupUi(this);
}