mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-03 17:37:18 +00:00
8 lines
121 B
C++
8 lines
121 B
C++
|
#include "intropage.hpp"
|
||
|
|
||
|
Wizard::IntroPage::IntroPage(QWidget *parent) :
|
||
|
QWizardPage(parent)
|
||
|
{
|
||
|
setupUi(this);
|
||
|
}
|