forked from mirror/openmw-tes3mp
7 lines
160 B
C++
7 lines
160 B
C++
#include "componentselectionpage.hpp"
|
|
|
|
Wizard::ComponentSelectionPage::ComponentSelectionPage(QWidget *parent) :
|
|
QWizardPage(parent)
|
|
{
|
|
setupUi(this);
|
|
}
|