mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
committed by
Mathew Sutcliffe
parent
535ea65a9a
commit
8d15f307c2
@@ -36,6 +36,13 @@ namespace BlackCore
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
protected:
|
||||
/*!
|
||||
* \brief Constructor
|
||||
* \param parent
|
||||
*/
|
||||
INetwork(QObject *parent = nullptr) : QObject(parent) {}
|
||||
|
||||
public:
|
||||
virtual ~INetwork() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user