aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/profileDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/profileDialog.cpp')
-rw-r--r--examples/GuiClient/profileDialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/GuiClient/profileDialog.cpp b/examples/GuiClient/profileDialog.cpp
index 0b63b4c8..72bef0a4 100644
--- a/examples/GuiClient/profileDialog.cpp
+++ b/examples/GuiClient/profileDialog.cpp
@@ -161,6 +161,8 @@ QString profileDialog::getCapability(const QString& resource)
}
resultIdentities.removeDuplicates();
+ resultFeatures.removeDuplicates();
+
QString result;
result += "<B>Disco Identities:</B><BR>";
result += resultIdentities.join("<BR>");