summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/emailcomposer.cpp
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2015-08-27 15:27:37 +0200
committerRobin Burchell <robin.burchell@viroteck.net>2015-08-28 08:56:04 +0000
commit3681f6595ca1ddc03e6fabbe65399ffdee08e7e4 (patch)
tree56073abf17280e069a54a976283611d0733e47da /examples/qtmail/emailcomposer.cpp
parent273f12d0ce999b67ca97869a13589418a6dfa035 (diff)
qtmail: Turn a #warning into a comment.
MSVC doesn't like #warning apparently. Change-Id: Ia3f04765c5c34a5325784e7fd7890d8f5542ae8f Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'examples/qtmail/emailcomposer.cpp')
-rw-r--r--examples/qtmail/emailcomposer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtmail/emailcomposer.cpp b/examples/qtmail/emailcomposer.cpp
index 9b83d09c..11566345 100644
--- a/examples/qtmail/emailcomposer.cpp
+++ b/examples/qtmail/emailcomposer.cpp
@@ -509,7 +509,7 @@ m_composer(composer)
bool BodyTextEdit::isComposing()
{
-#warning "always false since Qt 5 port"
+ // ### FIXME always false since Qt 5 port
return false;
}