Add missing method
This commit is contained in:
parent
1608e07d99
commit
b5b38f287f
@ -37,6 +37,11 @@ QString BrowserItem::id() const
|
|||||||
return m_id;
|
return m_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void BrowserItem::setId(const QString &id)
|
||||||
|
{
|
||||||
|
m_id = id;
|
||||||
|
}
|
||||||
|
|
||||||
QString BrowserItem::displayName() const
|
QString BrowserItem::displayName() const
|
||||||
{
|
{
|
||||||
return m_displayName;
|
return m_displayName;
|
||||||
|
|||||||
Reference in New Issue
Block a user