MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / editFile

Method editFile

dbc/dbcloadsavewindow.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void DBCLoadSaveWindow::editFile()
154{
155 int idx = ui->tableFiles->currentRow();
156 if (idx < 0) return;
157
158 editorWindow->setFileIdx(idx);
159 editorWindow->show();
160}
161
162void DBCLoadSaveWindow::cellChanged(int row, int col)
163{

Callers

nothing calls this directly

Calls 1

setFileIdxMethod · 0.45

Tested by

no test coverage detected