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