s/struct/class/ for private class of filewizardpage

Change-Id: Ie7b96b0309e1291f4bb002a1f01e0473b8e15239
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2014-06-02 11:21:09 +02:00
parent e684143a35
commit 68cca186f6
2 changed files with 3 additions and 3 deletions

View File

@@ -45,12 +45,12 @@
namespace Utils {
struct FileWizardPagePrivate
class FileWizardPagePrivate
{
public:
FileWizardPagePrivate();
Ui::WizardPage m_ui;
bool m_complete;
bool m_forceFirstCapitalLetter;
};
FileWizardPagePrivate::FileWizardPagePrivate() :