MCPcopy Create free account
hub / github.com/NetHack/NetHack / Changed

Method Changed

win/Qt/qt_map.cpp:563–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563void NetHackQtMapViewport::Changed(int x, int y)
564{
565 change.add(x, y);
566}
567
568NetHackQtMapWindow2::NetHackQtMapWindow2(NetHackQtClickBuffer& click_sink) :
569 QScrollArea(NULL),

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected