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:
parent
99d9117013
commit
260da7a832
@ -42,6 +42,8 @@
|
|||||||
|
|
||||||
#include "qplatformsystemtrayicon.h"
|
#include "qplatformsystemtrayicon.h"
|
||||||
|
|
||||||
|
#ifndef QT_NO_SYSTEMTRAYICON
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@ -159,3 +161,5 @@ QPlatformSystemTrayIcon::~QPlatformSystemTrayIcon()
|
|||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
#include "moc_qplatformsystemtrayicon.cpp"
|
#include "moc_qplatformsystemtrayicon.cpp"
|
||||||
|
|
||||||
|
#endif // QT_NO_SYSTEMTRAYICON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user