AccountMigrator: Do not inherit from QObject as it is not needed yet.

As requested by Danimos review.
This commit is contained in:
Klaas Freitag 2014-06-13 11:58:16 +02:00
parent 65f313f1b4
commit 0e45dd7a3d
2 changed files with 5 additions and 7 deletions

View file

@ -31,8 +31,7 @@ namespace Mirall {
// branded client first, it should automatically pick the information
// from the already configured account.
AccountMigrator::AccountMigrator(QObject *parent) :
QObject(parent)
AccountMigrator::AccountMigrator()
{
}

View file

@ -14,15 +14,14 @@
#ifndef ACCOUNTMIGRATOR_H
#define ACCOUNTMIGRATOR_H
#include <QObject>
#include <QStringList>
namespace Mirall {
class AccountMigrator : public QObject
{
Q_OBJECT
class AccountMigrator {
public:
explicit AccountMigrator(QObject *parent = 0);
explicit AccountMigrator();
/**
* @brief migrateFolderDefinitons - migrate the folder definition files