Remove qt5_wrap_ui macro usage
This commit is contained in:
17
src/citra_qt/uisettings.cpp
Normal file
17
src/citra_qt/uisettings.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
// Copyright 2016 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "uisettings.h"
|
||||
|
||||
namespace UISettings {
|
||||
|
||||
const Themes themes{{
|
||||
{"Default", "default"},
|
||||
{"Dark", "qdarkstyle"},
|
||||
{"Colorful", "colorful"},
|
||||
{"Colorful Dark", "colorful_dark"},
|
||||
}};
|
||||
|
||||
Values values = {};
|
||||
} // namespace UISettings
|
Reference in New Issue
Block a user