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

21 lines
396 B
C++

#ifndef EXISTINGINSTALLATIONPAGE_HPP
#define EXISTINGINSTALLATIONPAGE_HPP
#include <QWizardPage>
#include "ui_existinginstallationpage.h"
namespace Wizard
{
class ExistingInstallationPage : public QWizardPage, private Ui::ExistingInstallationPage
{
Q_OBJECT
public:
ExistingInstallationPage(QWidget *parent = 0);
};
}
#endif // EXISTINGINSTALLATIONPAGE_HPP