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