Folderwizard: Properly initialize all members

This fixes coverity CID 12916
This commit is contained in:
Daniel Molkentin 2014-06-20 13:38:36 +02:00
parent 88776770f7
commit 31469d6a3e

View file

@ -224,7 +224,10 @@ void FolderWizardLocalPath::slotChooseLocalFolder()
// =================================================================================
FolderWizardRemotePath::FolderWizardRemotePath()
: FormatWarningsWizardPage()
, _ownCloudDirCheck(0)
, _dirChecked(false)
,_warnWasVisible(false)
{
_ui.setupUi(this);
_ui.warnFrame->hide();