Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/newwizard/pages/accountconfiguredwizardpage.cpp')
-rw-r--r--src/gui/newwizard/pages/accountconfiguredwizardpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/newwizard/pages/accountconfiguredwizardpage.cpp b/src/gui/newwizard/pages/accountconfiguredwizardpage.cpp
index e4bb61362..154d743fc 100644
--- a/src/gui/newwizard/pages/accountconfiguredwizardpage.cpp
+++ b/src/gui/newwizard/pages/accountconfiguredwizardpage.cpp
@@ -86,7 +86,7 @@ AccountConfiguredWizardPage::AccountConfiguredWizardPage(const QString &defaultS
});
// this should be handled on application startup, too
- OC_ENFORCE(!Theme::instance()->forceVirtualFilesOption() || vfsIsAvailable);
+ Q_ASSERT(!Theme::instance()->forceVirtualFilesOption() || vfsIsAvailable);
if (Theme::instance()->forceVirtualFilesOption()) {
// this has no visual effect, but is needed for syncMode()