aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/filewizardpage.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-06-02 11:21:09 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-06-12 16:30:12 +0200
commit68cca186f65551c62012a97dcfefca615a6beb3c (patch)
treef5034d3e33d6752de0eb39812c126cd67ccd91a7 /src/libs/utils/filewizardpage.cpp
parente684143a3593296c7cdef6e211895cccd96fb811 (diff)
s/struct/class/ for private class of filewizardpage
Change-Id: Ie7b96b0309e1291f4bb002a1f01e0473b8e15239 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/libs/utils/filewizardpage.cpp')
-rw-r--r--src/libs/utils/filewizardpage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/utils/filewizardpage.cpp b/src/libs/utils/filewizardpage.cpp
index 86e671d9c2f..8fcd6afa986 100644
--- a/src/libs/utils/filewizardpage.cpp
+++ b/src/libs/utils/filewizardpage.cpp
@@ -45,12 +45,12 @@
namespace Utils {
-struct FileWizardPagePrivate
+class FileWizardPagePrivate
{
+public:
FileWizardPagePrivate();
Ui::WizardPage m_ui;
bool m_complete;
- bool m_forceFirstCapitalLetter;
};
FileWizardPagePrivate::FileWizardPagePrivate() :