Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ clearChangedSlots
Method
clearChangedSlots
source/windowing/StarItemGridWidget.cpp:226–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
void ItemGridWidget::clearChangedSlots() {
227
m_changedSlots.clear();
228
}
229
230
bool ItemGridWidget::slotsChanged() {
231
return m_changedSlots.size() > 0;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected