Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio4Linux/JDSP4Linux
/ id
Method
id
src/data/model/VdcDatabaseModel.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
QString VdcDatabaseModel::id(int row) const
63
{
64
return this->data(this->index(row, 4), Qt::DisplayRole).toString();
65
}
66
67
QModelIndex VdcDatabaseModel::findFirstById(const QString& id) const
68
{
Callers
1
onVdcDatabaseSelected
Method · 0.45
Calls
2
index
Method · 0.80
data
Method · 0.45
Tested by
no test coverage detected