summaryrefslogtreecommitdiffstats
path: root/examples/scxml/ftpclient/ftpclient.pro
Commit message (Collapse)AuthorAgeFilesLines
* Make the network dependency explicit in the exampleKarsten Heimrich2018-01-231-1/+1
| | | | | | Change-Id: I0c12d9a1eacaf71ea3b061ac1b1cdd3bf4500157 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* Use std::function for onEntry and onExit return typesUlf Hermann2016-10-141-1/+0
| | | | | | | | | This allows us to drop the C++14 requirement. As onEntry and onExit are template functions we don't need to care about (not) using the standard library for them. Change-Id: Ie776e04f7e1771914c9f48d2440ef445d87d64c0 Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
* Add a simple FTP client exampleUlf Hermann2016-09-231-0/+19
With the provided FTP client you can fetch text files via anonymous FTP. Change-Id: I622264d72aac71492bf474dc1936917fdc78d499 Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>