Пример #1
0
HistoryItem* HistoryItem::targetItem()
{
    HistoryItem* foundItem = findTargetItem();
    return foundItem ? foundItem : this;
}
Пример #2
0
HistoryItem* HistoryItem::targetItem()
{
    HistoryItem* foundItem = findTargetItem();
    // FIXME: This should probably not fall back to |this|.
    return foundItem ? foundItem : this;
}