diff options
Diffstat (limited to 'Swift/QtUI/MUCSearch/MUCSearchEmptyItem.cpp')
| -rw-r--r-- | Swift/QtUI/MUCSearch/MUCSearchEmptyItem.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/MUCSearch/MUCSearchEmptyItem.cpp b/Swift/QtUI/MUCSearch/MUCSearchEmptyItem.cpp index ce6e8f9..3a3b841 100644 --- a/Swift/QtUI/MUCSearch/MUCSearchEmptyItem.cpp +++ b/Swift/QtUI/MUCSearch/MUCSearchEmptyItem.cpp @@ -17,7 +17,7 @@ namespace Swift {  MUCSearchEmptyItem::MUCSearchEmptyItem() {  } -void MUCSearchEmptyItem::setParent(std::shared_ptr<MUCSearchServiceItem> parent) { +void MUCSearchEmptyItem::setParent(std::weak_ptr<MUCSearchServiceItem> parent) {      parent_ = parent;  }  | 
 Swift