forked from teamnwah/openmw-tes3coop
7 lines
121 B
C++
7 lines
121 B
C++
#include "intropage.hpp"
|
|
|
|
Wizard::IntroPage::IntroPage(QWidget *parent) :
|
|
QWizardPage(parent)
|
|
{
|
|
setupUi(this);
|
|
}
|