From e2c26722fad7ce4b034682ca697abfe4743ef19a Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Thu, 28 Jan 2016 10:51:52 +0100 Subject: Cleanup constructors and destructors. - replace Q_DECL_EQ_DEFAULT/DELETE with explicit '= default/delete' - DebugHandler: no default ctor necessary - QModbusCommEvent: fix = default that should have been = delete - remove defaulted ctors/ dtors, where possible, matching the current module style Change-Id: I7d6fd5b8404cbb5c2741927ec676c6f8a1f75c22 Reviewed-by: Marc Mutz Reviewed-by: Alex Blasche --- tests/auto/qmodbusserver/tst_qmodbusserver.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/qmodbusserver/tst_qmodbusserver.cpp b/tests/auto/qmodbusserver/tst_qmodbusserver.cpp index ee4bd94..114063a 100644 --- a/tests/auto/qmodbusserver/tst_qmodbusserver.cpp +++ b/tests/auto/qmodbusserver/tst_qmodbusserver.cpp @@ -1086,7 +1086,6 @@ private slots: class InheritanceTestServer : public QModbusServer { public: - InheritanceTestServer() Q_DECL_EQ_DEFAULT; void close() Q_DECL_OVERRIDE {} bool open() Q_DECL_OVERRIDE { return true; } -- cgit v1.2.3