mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 12:27:43 +00:00
CVarDialog: Move memory include to header
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#include "CVarDialog.hpp"
|
#include "CVarDialog.hpp"
|
||||||
#include "ui_CVarDialog.h"
|
#include "ui_CVarDialog.h"
|
||||||
#include <memory>
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
enum class CVarType {
|
enum class CVarType {
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
#ifndef CVARDIALOG_H
|
#pragma once
|
||||||
#define CVARDIALOG_H
|
|
||||||
|
|
||||||
#include <QDialog>
|
|
||||||
#include <QStringListModel>
|
|
||||||
#include <QAbstractButton>
|
#include <QAbstractButton>
|
||||||
|
#include <QDialog>
|
||||||
#include <QItemSelection>
|
#include <QItemSelection>
|
||||||
|
#include <QStringListModel>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class CVarDialog;
|
class CVarDialog;
|
||||||
@@ -28,5 +28,3 @@ private slots:
|
|||||||
void on_buttonBox_rejected();
|
void on_buttonBox_rejected();
|
||||||
void handleSelectionChanged(const QItemSelection& selection);
|
void handleSelectionChanged(const QItemSelection& selection);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // CVARDIALOG_H
|
|
||||||
|
|||||||
Reference in New Issue
Block a user