From 7aa5ac7f0e76c5b87e4ca837b75b3edd522a3372 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 1 Dec 2012 23:30:27 -0600 Subject: Fix a number of build warnings that could lead to unstable operation This breaks the ABI --- src/kernel/qnetworkprotocol.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/kernel/qnetworkprotocol.h') diff --git a/src/kernel/qnetworkprotocol.h b/src/kernel/qnetworkprotocol.h index 096a9ad..fa350e3 100644 --- a/src/kernel/qnetworkprotocol.h +++ b/src/kernel/qnetworkprotocol.h @@ -63,6 +63,10 @@ template class QValueList; class Q_EXPORT QNetworkProtocolFactoryBase { +public: + QNetworkProtocolFactoryBase(); + virtual ~QNetworkProtocolFactoryBase(); + public: virtual QNetworkProtocol *createObject() = 0; -- cgit v1.2.1