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

@ -6,8 +6,8 @@
#include <QUrl>
#include <QStringList>
#include "logic/net/URLConstants.h"
#include "logic/Env.h"
#include "net/URLConstants.h"
#include "Env.h"
#include <QDebug>
ImgurAlbumCreation::ImgurAlbumCreation(QList<ScreenshotPtr> screenshots) : NetAction(), m_screenshots(screenshots)

View File

@ -1,5 +1,5 @@
#pragma once
#include "logic/net/NetAction.h"
#include "net/NetAction.h"
#include "Screenshot.h"
typedef std::shared_ptr<class ImgurAlbumCreation> ImgurAlbumCreationPtr;

View File

@ -8,8 +8,8 @@
#include <QFile>
#include <QUrl>
#include "logic/net/URLConstants.h"
#include "logic/Env.h"
#include "net/URLConstants.h"
#include "Env.h"
#include <QDebug>
ImgurUpload::ImgurUpload(ScreenshotPtr shot) : NetAction(), m_shot(shot)

View File

@ -1,5 +1,5 @@
#pragma once
#include "logic/net/NetAction.h"
#include "net/NetAction.h"
#include "Screenshot.h"
typedef std::shared_ptr<class ImgurUpload> ImgurUploadPtr;