зеркало из https://github.com/nextcloud/desktop.git
CentOS: Another fix for old compiler version (2)
This commit is contained in:
Родитель
6c6961e4d9
Коммит
6a4ae63f14
|
@ -244,7 +244,7 @@ int get_errno_from_http_errcode( int err, const QString & reason ) {
|
|||
|
||||
|
||||
DiscoverySingleDirectoryJob::DiscoverySingleDirectoryJob(const AccountPtr &account, const QString &path, QObject *parent)
|
||||
: QObject(parent), _subPath(path), _account(account), _ignoredFirst(false), _isRootPath(false)
|
||||
: QObject(parent), _subPath(path), _account(account), _ignoredFirst(false), _isRootPath(false), _isExternalStorage(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ private:
|
|||
// Set to true if this is the root path and we need to check the data-fingerprint
|
||||
bool _isRootPath;
|
||||
// If this directory is an external storage (The first item has 'M' in its permission)
|
||||
bool _isExternalStorage = false;
|
||||
bool _isExternalStorage;
|
||||
QPointer<LsColJob> _lsColJob;
|
||||
|
||||
public:
|
||||
|
|
Загрузка…
Ссылка в новой задаче