mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Changed Window pointer ui tp QScopedPointer #95
Removed some default constructors from Member initializer list Made member m_coreRuntime QScopedPointer
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
|
||||
#include "guimodeenums.h"
|
||||
#include <QDialog>
|
||||
|
||||
#include <QScopedPointer>
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class CIntroWindow;
|
||||
class CIntroWindow;
|
||||
}
|
||||
|
||||
class CIntroWindow : public QDialog
|
||||
@@ -50,7 +50,7 @@ private slots:
|
||||
void buttonClicked() const;
|
||||
|
||||
private:
|
||||
Ui::CIntroWindow *ui;
|
||||
QScopedPointer<Ui::CIntroWindow> ui;
|
||||
};
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user