mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix compile without OWNCLOUD_CLIENT define, thx Jenkins
This commit is contained in:
parent
82d2851a6b
commit
2ac764bd1a
@ -336,11 +336,11 @@ void OwncloudSetupWizard::startWizard(bool intro)
|
||||
if( !url.isEmpty() ) {
|
||||
_ocWizard->setOCUrl( url );
|
||||
}
|
||||
#ifdef OWNCLOUD_CLIENT
|
||||
QString user = cfgFile.ownCloudUser();
|
||||
if( !user.isEmpty() ) {
|
||||
_ocWizard->setOCUser( user );
|
||||
}
|
||||
#ifdef OWNCLOUD_CLIENT
|
||||
if (intro)
|
||||
_ocWizard->setStartId(OwncloudWizard::Page_oCWelcome);
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user