MCPcopy 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
226void ItemGridWidget::clearChangedSlots() {
227 m_changedSlots.clear();
228}
229
230bool ItemGridWidget::slotsChanged() {
231 return m_changedSlots.size() > 0;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected