fix Qt4 QSocketNotifier configure check

When built as a part of the configure check, this doesn't know SAL_OVERRIDE.

Change-Id: I1420dd50efdd6666f246884f286a3f29e0b56a2c
This commit is contained in:
Luboš Luňák
2014-04-25 13:05:43 +02:00
parent 474ad6b0e2
commit e809aa1e91

View File

@@ -28,6 +28,11 @@
#include <QtNetwork/qtcpserver.h>
#include <QtNetwork/qtcpsocket.h>
// This is also used by a configure check.
#ifndef SAL_OVERRIDE
#define SAL_OVERRIDE
#endif
class SocketEventsTester: public QObject
{
Q_OBJECT