mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 05:32:25 -07:00
kernel: convert KPort, KSession
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user