openmw/apps/wizard/methodselectionpage.cpp

8 lines
151 B
C++
Raw Normal View History

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