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

Method history

src/RedisView/AppView/MainWindow.cpp:1303–1307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301}
1302
1303void MainWindow::history() {
1304 QRect availableGeometry = QApplication::desktop()->availableGeometry(this);
1305 VersionHistory versionHistory(availableGeometry.width(), availableGeometry.height(), this);
1306 versionHistory.exec();
1307}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected