From e809aa1e916e0f6d1a849d0374f59ef9619b1db7 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Fri, 25 Apr 2014 13:05:43 +0200 Subject: fix Qt4 QSocketNotifier configure check When built as a part of the configure check, this doesn't know SAL_OVERRIDE. Change-Id: I1420dd50efdd6666f246884f286a3f29e0b56a2c --- vcl/unx/kde4/tst_exclude_socket_notifiers.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vcl/unx') diff --git a/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx b/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx index 01f01b97b0a7..297cdf29a6d2 100644 --- a/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx +++ b/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx @@ -28,6 +28,11 @@ #include #include +// This is also used by a configure check. +#ifndef SAL_OVERRIDE +#define SAL_OVERRIDE +#endif + class SocketEventsTester: public QObject { Q_OBJECT -- cgit