mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 05:15:36 +00:00
7 lines
142 B
C++
7 lines
142 B
C++
#include "installationpage.hpp"
|
|
|
|
Wizard::InstallationPage::InstallationPage(QWidget *parent) :
|
|
QWizardPage(parent)
|
|
{
|
|
setupUi(this);
|
|
}
|