NOISSUE move everything.
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#include <QtNetwork>
|
||||
#include <QLabel>
|
||||
#include "JavaChecker.h"
|
||||
#include "logic/tasks/ProgressProvider.h"
|
||||
#include "tasks/ProgressProvider.h"
|
||||
|
||||
class JavaCheckerJob;
|
||||
typedef std::shared_ptr<JavaCheckerJob> JavaCheckerJobPtr;
|
||||
|
@ -18,13 +18,13 @@
|
||||
#include <QDir>
|
||||
#include <QStringList>
|
||||
|
||||
#include <logic/settings/Setting.h>
|
||||
#include <settings/Setting.h>
|
||||
#include <pathutils.h>
|
||||
|
||||
#include <QDebug>
|
||||
#include "logic/java/JavaUtils.h"
|
||||
#include "logic/java/JavaCheckerJob.h"
|
||||
#include "logic/java/JavaVersionList.h"
|
||||
#include "java/JavaUtils.h"
|
||||
#include "java/JavaCheckerJob.h"
|
||||
#include "java/JavaVersionList.h"
|
||||
|
||||
JavaUtils::JavaUtils()
|
||||
{
|
||||
|
@ -19,9 +19,9 @@
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include "logic/java/JavaVersionList.h"
|
||||
#include "logic/java/JavaCheckerJob.h"
|
||||
#include "logic/java/JavaUtils.h"
|
||||
#include "java/JavaVersionList.h"
|
||||
#include "java/JavaCheckerJob.h"
|
||||
#include "java/JavaUtils.h"
|
||||
|
||||
JavaVersionList::JavaVersionList(QObject *parent) : BaseVersionList(parent)
|
||||
{
|
||||
|
@ -18,9 +18,9 @@
|
||||
#include <QObject>
|
||||
#include <QAbstractListModel>
|
||||
|
||||
#include "logic/BaseVersionList.h"
|
||||
#include "logic/tasks/Task.h"
|
||||
#include "logic/java/JavaCheckerJob.h"
|
||||
#include "BaseVersionList.h"
|
||||
#include "tasks/Task.h"
|
||||
#include "java/JavaCheckerJob.h"
|
||||
|
||||
class JavaListLoadTask;
|
||||
|
||||
|
Reference in New Issue
Block a user