1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00
OpenMW/apps/wizard/installationpage.cpp

8 lines
142 B
C++
Raw Normal View History

2013-12-08 20:35:57 +00:00
#include "installationpage.hpp"
Wizard::InstallationPage::InstallationPage(QWidget *parent) :
QWizardPage(parent)
{
setupUi(this);
}