NOISSUE move everything.

This commit is contained in:
Petr Mrázek
2015-02-09 01:51:14 +01:00
parent 4730f54df7
commit db877ba121
665 changed files with 1321 additions and 1374 deletions

View File

@ -15,10 +15,9 @@
#include "StatusChecker.h"
#include <logic/net/URLConstants.h>
#include <net/URLConstants.h>
#include <QByteArray>
#include <QDomDocument>
#include <QDebug>
@ -40,7 +39,7 @@ void StatusChecker::reloadStatus()
// qDebug() << "Ignored request to reload status. Currently reloading already.";
return;
}
// qDebug() << "Reloading status.";
NetJob* job = new NetJob("Status JSON");

View File

@ -19,7 +19,7 @@
#include <QString>
#include <QList>
#include <logic/net/NetJob.h>
#include <net/NetJob.h>
class StatusChecker : public QObject
{