diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-04 15:57:17 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-04 15:57:17 +0200 |
commit | 7757d32b5a820623c469b7851354374427142598 (patch) | |
tree | 6ba92de7f7577a3cc11737075cba54d099278c54 /common | |
parent | d488457bf699752b39b270cc88535d44f452b594 (diff) | |
download | sink-7757d32b5a820623c469b7851354374427142598.tar.gz sink-7757d32b5a820623c469b7851354374427142598.zip |
Backwards comaptible names and some cleanup
Diffstat (limited to 'common')
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 4 | ||||
-rw-r--r-- | common/listener.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp index f6db626..2a0d977 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp | |||
@@ -303,13 +303,13 @@ QByteArray getTypeName<Todo>() | |||
303 | template<> | 303 | template<> |
304 | QByteArray getTypeName<SinkResource>() | 304 | QByteArray getTypeName<SinkResource>() |
305 | { | 305 | { |
306 | return "sinkresource"; | 306 | return "resource"; |
307 | } | 307 | } |
308 | 308 | ||
309 | template<> | 309 | template<> |
310 | QByteArray getTypeName<SinkAccount>() | 310 | QByteArray getTypeName<SinkAccount>() |
311 | { | 311 | { |
312 | return "sinkaccount"; | 312 | return "account"; |
313 | } | 313 | } |
314 | 314 | ||
315 | template<> | 315 | template<> |
diff --git a/common/listener.cpp b/common/listener.cpp index 027d9ae..db9b21b 100644 --- a/common/listener.cpp +++ b/common/listener.cpp | |||
@@ -60,7 +60,7 @@ Listener::Listener(const QByteArray &resourceInstanceIdentifier, const QByteArra | |||
60 | } | 60 | } |
61 | 61 | ||
62 | if (m_server->isListening()) { | 62 | if (m_server->isListening()) { |
63 | SinkLog() << QString("Listening on %1").arg(m_server->serverName()); | 63 | SinkTrace() << QString("Listening on %1").arg(m_server->serverName()); |
64 | } | 64 | } |
65 | 65 | ||
66 | m_checkConnectionsTimer = std::unique_ptr<QTimer>(new QTimer); | 66 | m_checkConnectionsTimer = std::unique_ptr<QTimer>(new QTimer); |