diff options
| author | espringe <eric.springer@nokia.com> | 2010-11-24 17:31:37 +1000 |
|---|---|---|
| committer | espringe <eric.springer@nokia.com> | 2010-11-24 17:31:37 +1000 |
| commit | 66108d1cd89b46e938de0d73c705720e5765e322 (patch) | |
| tree | 38b5d32ca6ad086623970878f6c880a0883ac1ff /examples/qtmail/app/emailclient.cpp | |
| parent | 261b37c4418ebe3aabf4dbc541eaa55b1d297e0c (diff) | |
Comment out description after #endif directive
Diffstat (limited to 'examples/qtmail/app/emailclient.cpp')
| -rw-r--r-- | examples/qtmail/app/emailclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtmail/app/emailclient.cpp b/examples/qtmail/app/emailclient.cpp index 5b703e6e..62dc7011 100644 --- a/examples/qtmail/app/emailclient.cpp +++ b/examples/qtmail/app/emailclient.cpp @@ -2544,7 +2544,7 @@ void EmailClient::notificationStateChanged() tray->show(); else tray->hide(); -#endif QT_NO_SYSTEMTRAYICON +#endif // QT_NO_SYSTEMTRAYICON } void EmailClient::connectionStateChanged() |
