MCPcopy Create free account
hub / github.com/chris2511/xca / showDatabaseName

Method showDatabaseName

widgets/MainWindow.cpp:608–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608void MainWindow::showDatabaseName()
609{
610 if (Database.isOpen())
611 dbindex->setText(tr("Database: %1")
612 .arg(compressFilename(Database.name())));
613}
614
615enum open_result MainWindow::setup_open_database()
616{

Callers

nothing calls this directly

Calls 3

compressFilenameFunction · 0.85
isOpenMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected