mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Build after merge
This commit is contained in:
parent
0932ee6051
commit
c9ddb12b5a
2 changed files with 1 additions and 2 deletions
|
@ -105,7 +105,6 @@ protected slots:
|
|||
void slotProgressSyncProblem(const QString& folder, const Progress::SyncProblem &problem);
|
||||
void slotDisplayIdle();
|
||||
void slotHelp();
|
||||
void slotShowRecentChanges();
|
||||
void slotCredentialsFetched();
|
||||
private:
|
||||
void setHelp();
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "mirall/syncresult.h"
|
||||
#include "mirall/logger.h"
|
||||
#include "mirall/owncloudinfo.h"
|
||||
#include "mirall/utility.h"
|
||||
#include "creds/abstractcredentials.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
@ -44,7 +45,6 @@ void csyncLogCatcher(CSYNC */*ctx*/,
|
|||
|
||||
Folder::Folder(const QString &alias, const QString &path, const QString& secondPath, QObject *parent)
|
||||
: QObject(parent)
|
||||
, _pollTimer(new QTimer(this))
|
||||
, _path(path)
|
||||
, _secondPath(secondPath)
|
||||
, _alias(alias)
|
||||
|
|
Loading…
Reference in a new issue