MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / setLoadEquates

Method setLoadEquates

gui/qt/sendinghandler.cpp:264–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void SendingHandler::setLoadEquates(bool state) {
265 m_sendEquates = state;
266}
267
268void SendingHandler::checkDirForEquateFiles(QString &dirPath) {
269 QDirIterator dirIt(dirPath, QDirIterator::NoIteratorFlags);

Callers 1

setDebugAutoEquatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected