MCPcopy Create free account
hub / github.com/cc20110101/RedisView / updatesys

Method updatesys

src/RedisView/AppView/MainWindow.cpp:454–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454void MainWindow::updatesys() {
455 UpdateView *updateView = new UpdateView();
456 updateView->show();
457}
458
459void MainWindow::donate() {
460 Donation donation(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected