summaryrefslogtreecommitdiff
path: root/src/nym/nym.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nym/nym.h')
-rw-r--r--src/nym/nym.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nym/nym.h b/src/nym/nym.h
index 0cd444d..350a21c 100644
--- a/src/nym/nym.h
+++ b/src/nym/nym.h
@@ -74,6 +74,8 @@ class Nym : public QObject
74 QString 74 QString
75 gnsUrl () 75 gnsUrl ()
76 { 76 {
77 // should GNS appear explicitly in a client app? shouldn't it be
78 // used transparently behind the gnunet social API instead?
77 return QString ("gnunet://gns/%1").arg (m_pubKeyStr); 79 return QString ("gnunet://gns/%1").arg (m_pubKeyStr);
78 } 80 }
79 81