kernel: convert KPort, KSession
This commit is contained in:
parent
6b0b94dc27
commit
3c93638acf
28 changed files with 196 additions and 226 deletions
|
@ -182,10 +182,9 @@ bool WaitTreeExpandableItem::IsExpandable() const {
|
|||
}
|
||||
|
||||
QString WaitTreeSynchronizationObject::GetText() const {
|
||||
return tr("[%1] %2 %3")
|
||||
return tr("[%1] %2")
|
||||
.arg(object.GetId())
|
||||
.arg(QString::fromStdString(object.GetTypeObj().GetName()),
|
||||
QString::fromStdString(object.GetName()));
|
||||
.arg(QString::fromStdString(object.GetTypeObj().GetName()));
|
||||
}
|
||||
|
||||
std::unique_ptr<WaitTreeSynchronizationObject> WaitTreeSynchronizationObject::make(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue