Build after merge

This commit is contained in:
Daniel Molkentin 2013-08-05 20:14:22 +02:00
parent 0932ee6051
commit c9ddb12b5a
2 changed files with 1 additions and 2 deletions

View file

@ -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();

View file

@ -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)