From de21bd71db6e9ccc75191bc2a84ebc45a6936cd6 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 21 Apr 2015 16:02:42 +0200 Subject: Revert "qndefnfcsmartposterrecord.h: Fix build with headersclean check." Follow-up commit will fix the headers clean test properly by adding the missing assignment operator to QNdefNfcSmartPosterRecord. This reverts commit 2d4f7fd1f8d29175c8dab88a6d6cc72162511e1a. Change-Id: I9bbe381a429f695e70770ba7de33ecd704d63a86 Reviewed-by: Thiago Macieira --- src/nfc/qndefnfcsmartposterrecord.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/nfc/qndefnfcsmartposterrecord.h b/src/nfc/qndefnfcsmartposterrecord.h index 08c5aaaf..3b813a28 100644 --- a/src/nfc/qndefnfcsmartposterrecord.h +++ b/src/nfc/qndefnfcsmartposterrecord.h @@ -40,10 +40,6 @@ #include #include -#if 0 -#pragma qt_sync_skip_header_check -#endif - QT_FORWARD_DECLARE_CLASS(QUrl) QT_BEGIN_NAMESPACE -- cgit v1.2.3