mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Set default argument to method.
This commit is contained in:
parent
aa983e4966
commit
2b5e694181
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public:
|
|||
QByteArray caCerts();
|
||||
void setCaCerts( const QByteArray& );
|
||||
|
||||
bool passwordStorageAllowed(const QString &);
|
||||
bool passwordStorageAllowed(const QString &connection = QString::null );
|
||||
|
||||
QString ownCloudVersion() const;
|
||||
void setOwnCloudVersion( const QString& );
|
||||
|
|
Loading…
Reference in a new issue