forked from qt-creator/qt-creator
s/struct/class/ for private class of filewizardpage
Change-Id: Ie7b96b0309e1291f4bb002a1f01e0473b8e15239 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -45,12 +45,12 @@
|
||||
|
||||
namespace Utils {
|
||||
|
||||
struct FileWizardPagePrivate
|
||||
class FileWizardPagePrivate
|
||||
{
|
||||
public:
|
||||
FileWizardPagePrivate();
|
||||
Ui::WizardPage m_ui;
|
||||
bool m_complete;
|
||||
bool m_forceFirstCapitalLetter;
|
||||
};
|
||||
|
||||
FileWizardPagePrivate::FileWizardPagePrivate() :
|
||||
|
||||
Reference in New Issue
Block a user