Run clangformat everywhere
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#pragma once
|
||||
#include <QWidget>
|
||||
#include <QComboBox>
|
||||
#include <JSONUtils.hpp>
|
||||
#include <QComboBox>
|
||||
#include <QWidget>
|
||||
|
||||
class CPUSettings : public QWidget {
|
||||
QComboBox* cpuTypes = new QComboBox;
|
||||
QComboBox *cpuTypes = new QComboBox;
|
||||
Q_OBJECT
|
||||
public:
|
||||
CPUSettings(nlohmann::json&);
|
||||
nlohmann::json& settings;
|
||||
CPUSettings(nlohmann::json &);
|
||||
nlohmann::json &settings;
|
||||
Q_SIGNALS:
|
||||
void modified();
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user