Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ Init_Sound
Function
Init_Sound
source/src/init.cpp:2–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"inc_header.h"
2
void Init_Sound()
3
{
4
ResourceTool::search(L
"WAVE"
, [](std::wstring name, LPCWSTR) {
5
Qi::ui.sounds.append(QString::fromStdWString(name));
6
return true;
7
});
8
}
9
void Init_Style()
10
{
11
QiUi::Theme theme;
Callers
1
init
Method · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected