summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/MUCSearch/MUCSearchEmptyItem.h')
-rw-r--r--Swift/QtUI/MUCSearch/MUCSearchEmptyItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/MUCSearch/MUCSearchEmptyItem.h b/Swift/QtUI/MUCSearch/MUCSearchEmptyItem.h
index 06c7c4e..8a5bb06 100644
--- a/Swift/QtUI/MUCSearch/MUCSearchEmptyItem.h
+++ b/Swift/QtUI/MUCSearch/MUCSearchEmptyItem.h
@@ -17,7 +17,7 @@ namespace Swift {
public:
MUCSearchEmptyItem();
- void setParent(std::shared_ptr<MUCSearchServiceItem> parent);
+ void setParent(std::weak_ptr<MUCSearchServiceItem> parent);
std::shared_ptr<MUCSearchServiceItem> getParent();
QVariant data(int role);