Fix QT_NO_SYSTEMTRAYICON build.

The ifndef was added to the header but was missing in
the implementation file.

Change-Id: I25111b34b9c087465306ef81c23d6667257b5e71
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Sérgio Martins 2012-09-10 19:53:01 +01:00 committed by Qt by Nokia
parent 99d9117013
commit 260da7a832

View File

@ -42,6 +42,8 @@
#include "qplatformsystemtrayicon.h"
#ifndef QT_NO_SYSTEMTRAYICON
QT_BEGIN_NAMESPACE
/*!
@ -159,3 +161,5 @@ QPlatformSystemTrayIcon::~QPlatformSystemTrayIcon()
QT_END_NAMESPACE
#include "moc_qplatformsystemtrayicon.cpp"
#endif // QT_NO_SYSTEMTRAYICON