Remove qt5_wrap_ui macro usage
This commit is contained in:
parent
84b40f2da6
commit
7fe9a094a5
23 changed files with 55 additions and 61 deletions
|
@ -1,17 +0,0 @@
|
|||
// Copyright 2016 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "ui_settings.h"
|
||||
|
||||
namespace UISettings {
|
||||
|
||||
const Themes themes{{
|
||||
{"Default", "default"},
|
||||
{"Dark", "qdarkstyle"},
|
||||
{"Colorful", "colorful"},
|
||||
{"Colorful Dark", "colorful_dark"},
|
||||
}};
|
||||
|
||||
Values values = {};
|
||||
} // namespace UISettings
|
Loading…
Add table
Add a link
Reference in a new issue