MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / dirChanged

Method dirChanged

launcher/ui/pages/instance/ServersPage.cpp:498–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496
497public slots:
498 void dirChanged(const QString& path)
499 {
500 qDebug() << "Changed:" << path;
501 load();
502 }
503 void fileChanged(const QString& path)
504 {
505 qDebug() << "Changed:" << path;

Callers

nothing calls this directly

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected