Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBoard-org/OpenBoard
/ removePreference
Method
removePreference
src/domain/UBGraphicsWidgetItem.cpp:306–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
305
306
void UBGraphicsWidgetItem::removePreference(const QString& key)
307
{
308
mPreferences.remove(key);
309
}
310
311
312
void UBGraphicsWidgetItem::removeAllPreferences()
Callers
1
removeItem
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected