openmw/apps/wizard/componentselectionpage.cpp

8 lines
160 B
C++
Raw Normal View History

2013-12-08 21:35:57 +01:00
#include "componentselectionpage.hpp"
Wizard::ComponentSelectionPage::ComponentSelectionPage(QWidget *parent) :
QWizardPage(parent)
{
setupUi(this);
}