summaryrefslogtreecommitdiffstats
path: root/examples/mailtransportresource/mailtransport.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mailtransportresource/mailtransport.h')
-rw-r--r--examples/mailtransportresource/mailtransport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/mailtransportresource/mailtransport.h b/examples/mailtransportresource/mailtransport.h
index 0fa5a66..0f53c2b 100644
--- a/examples/mailtransportresource/mailtransport.h
+++ b/examples/mailtransportresource/mailtransport.h
@@ -27,7 +27,8 @@ namespace MailTransport
27{ 27{
28 enum Option { 28 enum Option {
29 UseTls = 1, 29 UseTls = 1,
30 VerifyPeers = 2 30 UseStarttls = 2,
31 VerifyPeers = 4
31 }; 32 };
32 Q_DECLARE_FLAGS(Options, Option); 33 Q_DECLARE_FLAGS(Options, Option);
33 34