mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
8 lines
184 B
C++
8 lines
184 B
C++
#include "CUserSettingValue.h"
|
|
|
|
#include <utility>
|
|
|
|
using namespace WallpaperEngine::Core::UserSettings;
|
|
|
|
CUserSettingValue::CUserSettingValue (std::string type) :
|
|
m_type (type) {} |