summaryrefslogtreecommitdiffstats
path: root/examples/scxml/ftpclient/ftpdatachannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scxml/ftpclient/ftpdatachannel.h')
-rw-r--r--examples/scxml/ftpclient/ftpdatachannel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/scxml/ftpclient/ftpdatachannel.h b/examples/scxml/ftpclient/ftpdatachannel.h
index fb1b6ef..2418196 100644
--- a/examples/scxml/ftpclient/ftpdatachannel.h
+++ b/examples/scxml/ftpclient/ftpdatachannel.h
@@ -75,7 +75,8 @@ public:
// Something like "a,b,c,d,xxx,yyy" where
// - a.b.c.d would be the IP address in decimal/dot notation and
// - xxx,yyy are the upper and lower 8 bits of the TCP port in decimal
- // (This will only work if the local address we're listening on is actually meaningful)
+ // (This will only work if the local address we're listening on
+ // is actually meaningful)
QString portspec() const;
signals: