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

@ -5,8 +5,8 @@
#include <QJsonArray>
#include <QDebug>
#include "logic/Env.h"
#include "logic/net/CacheDownload.h"
#include "Env.h"
#include "net/CacheDownload.h"
NotificationChecker::NotificationChecker(QObject *parent)

View File

@ -2,8 +2,8 @@
#include <QObject>
#include "logic/net/NetJob.h"
#include "logic/net/CacheDownload.h"
#include "net/NetJob.h"
#include "net/CacheDownload.h"
class NotificationChecker : public QObject
{