NOISSUE Cleanup Technic support

This commit is contained in:
Jamie Mansfield 2020-10-13 21:15:00 +01:00
parent fd1a8f039a
commit edfea9894e
No known key found for this signature in database
GPG Key ID: 36F61598F39F67B0
9 changed files with 0 additions and 17 deletions

View File

@ -13,7 +13,6 @@
* limitations under the License.
*/
#include "SingleZipPackInstallTask.h"
#include "Env.h"

View File

@ -13,12 +13,8 @@
* limitations under the License.
*/
#pragma once
#ifndef TECHNIC_SINGLEZIPPACKINSTALLTASK_H
#define TECHNIC_SINGLEZIPPACKINSTALLTASK_H
#include "InstanceTask.h"
#include "net/NetJob.h"
#include "multimc_logic_export.h"
@ -60,5 +56,3 @@ private:
};
} // namespace Technic
#endif // TECHNIC_SINGLEZIPPACKINSTALLTASK_H

View File

@ -13,7 +13,6 @@
* limitations under the License.
*/
#include "SolderPackInstallTask.h"
#include <FileSystem.h>

View File

@ -13,7 +13,6 @@
* limitations under the License.
*/
#pragma once
#include <InstanceTask.h>
@ -22,7 +21,6 @@
#include <QUrl>
namespace Technic
{
class MULTIMC_LOGIC_EXPORT SolderPackInstallTask : public InstanceTask

View File

@ -13,7 +13,6 @@
* limitations under the License.
*/
#include "TechnicPackProcessor.h"
#include <FileSystem.h>
@ -27,7 +26,6 @@
#include <memory>
void Technic::TechnicPackProcessor::run(SettingsObjectPtr globalSettings, const QString &instName, const QString &instIcon, const QString &stagingPath, const QString &minecraftVersion, const bool isSolder)
{
QString minecraftPath = FS::PathCombine(stagingPath, ".minecraft");

View File

@ -13,13 +13,11 @@
* limitations under the License.
*/
#pragma once
#include <QString>
#include "settings/SettingsObject.h"
namespace Technic
{
// not exporting it, only used in SingleZipPackInstallTask, InstanceImportTask and SolderPackInstallTask

View File

@ -18,7 +18,6 @@
#include <QList>
#include <QString>
namespace Technic {
struct Modpack {
QString slug;

View File

@ -20,7 +20,6 @@
#include <QIcon>
Technic::ListModel::ListModel(QObject *parent) : QAbstractListModel(parent)
{
}

View File

@ -13,7 +13,6 @@
* limitations under the License.
*/
#include "TechnicPage.h"
#include "ui_TechnicPage.h"