diff options
author | Timothy Pearson <[email protected]> | 2012-12-01 23:30:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-12-01 23:30:53 -0600 |
commit | 6955a7ebe3c3a0ae2af416fc57ca1f3e9af0ecc3 (patch) | |
tree | 76f40d456bda2b31029c7fb0354cc22102f435d6 /src/kernel/ntqnetworkprotocol.h | |
parent | 4c50ba8f9e58dc81abaf1407cc8b203c28288370 (diff) | |
download | tqt3-6955a7ebe3c3a0ae2af416fc57ca1f3e9af0ecc3.tar.gz tqt3-6955a7ebe3c3a0ae2af416fc57ca1f3e9af0ecc3.zip |
Automated update from Qt3
Diffstat (limited to 'src/kernel/ntqnetworkprotocol.h')
-rw-r--r-- | src/kernel/ntqnetworkprotocol.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kernel/ntqnetworkprotocol.h b/src/kernel/ntqnetworkprotocol.h index 7ab9327a3..2ac7a4d59 100644 --- a/src/kernel/ntqnetworkprotocol.h +++ b/src/kernel/ntqnetworkprotocol.h @@ -64,6 +64,10 @@ template <class T> class TQValueList; class Q_EXPORT TQNetworkProtocolFactoryBase { public: + TQNetworkProtocolFactoryBase(); + virtual ~TQNetworkProtocolFactoryBase(); + +public: virtual TQNetworkProtocol *createObject() = 0; }; |