diff options
Diffstat (limited to 'examples/mailtransportresource/facade.cpp')
-rw-r--r-- | examples/mailtransportresource/facade.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mailtransportresource/facade.cpp b/examples/mailtransportresource/facade.cpp index b90df16..cd0dd62 100644 --- a/examples/mailtransportresource/facade.cpp +++ b/examples/mailtransportresource/facade.cpp | |||
@@ -110,7 +110,7 @@ KAsync::Job<void> MailtransportFacade::create(const Sink::ApplicationDomain::Mai | |||
110 | return KAsync::start<void>([mail, this]() { | 110 | return KAsync::start<void>([mail, this]() { |
111 | auto config = ResourceConfig::getConfiguration(mIdentifier); | 111 | auto config = ResourceConfig::getConfiguration(mIdentifier); |
112 | 112 | ||
113 | auto identifier = QUuid::createUuid().toByteArray(); | 113 | auto identifier = Sink::Storage::generateUid(); |
114 | Trace() << "Sending new message: " << identifier; | 114 | Trace() << "Sending new message: " << identifier; |
115 | Trace() << config.value("server").toByteArray() << config.value("username").toByteArray() << config.value("cacert").toByteArray(); | 115 | Trace() << config.value("server").toByteArray() << config.value("username").toByteArray() << config.value("cacert").toByteArray(); |
116 | 116 | ||