diff options
author | Javier <dev.git@javispedro.com> | 2015-03-23 04:27:19 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-03-23 04:27:19 +0100 |
commit | 08d36eb82a9cc7ef9cc3efe40f26e1a732c8c602 (patch) | |
tree | 8ebc8fc3f58a554cff48644e51c72c34ba014fc0 /saltoqd/toqconnection.h | |
parent | 02d9b5893ef441656d70cbe702e0d2339ae5c6de (diff) | |
download | saltoq-08d36eb82a9cc7ef9cc3efe40f26e1a732c8c602.tar.gz saltoq-08d36eb82a9cc7ef9cc3efe40f26e1a732c8c602.zip |
use plain glibc for tz information
Diffstat (limited to 'saltoqd/toqconnection.h')
-rw-r--r-- | saltoqd/toqconnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saltoqd/toqconnection.h b/saltoqd/toqconnection.h index 47a3132..fec20a8 100644 --- a/saltoqd/toqconnection.h +++ b/saltoqd/toqconnection.h @@ -48,7 +48,7 @@ public: QJsonDocument payload; }; - static const char * nameOfEndpoint(Endpoint ep); + static QString nameOfEndpoint(Endpoint ep); static quint32 checksum(const QByteArray &data); static quint32 checksum(QIODevice *dev); |