Kaydet (Commit) e809aa1e authored tarafından Luboš Luňák's avatar Luboš Luňák

fix Qt4 QSocketNotifier configure check

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

Change-Id: I1420dd50efdd6666f246884f286a3f29e0b56a2c
üst 474ad6b0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment