mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 22:48:23 +00:00
Sources: Run clang-format on everything.
This commit is contained in:
parent
4298e7ef01
commit
628ed4376a
386 changed files with 19560 additions and 18080 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <QVariant>
|
||||
#include <string>
|
||||
|
||||
#include "core/settings.h"
|
||||
|
||||
|
@ -17,6 +17,7 @@ class Config {
|
|||
|
||||
void ReadValues();
|
||||
void SaveValues();
|
||||
|
||||
public:
|
||||
Config();
|
||||
~Config();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue