openmw-tes3coop/apps/wizard/componentselectionpage.cpp
2013-12-08 21:35:57 +01:00

7 lines
160 B
C++

#include "componentselectionpage.hpp"
Wizard::ComponentSelectionPage::ComponentSelectionPage(QWidget *parent) :
QWizardPage(parent)
{
setupUi(this);
}