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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/profileDialog.cpp b/examples/GuiClient/profileDialog.cpp
index fc5c0a44..0b63b4c8 100644
--- a/examples/GuiClient/profileDialog.cpp
+++ b/examples/GuiClient/profileDialog.cpp
@@ -160,6 +160,7 @@ QString profileDialog::getCapability(const QString& resource)
}
}
+ resultIdentities.removeDuplicates();
QString result;
result += "<B>Disco Identities:</B><BR>";
result += resultIdentities.join("<BR>");