mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
update protocolmanager
This commit is contained in:
parent
b90c710a57
commit
38d53a82b4
@ -1,4 +1,4 @@
|
||||
#ifndef QQTPROTOCOLMANAGER_H
|
||||
#ifndef QQTPROTOCOLMANAGER_H
|
||||
#define QQTPROTOCOLMANAGER_H
|
||||
|
||||
#include <QObject>
|
||||
@ -103,7 +103,7 @@ public:
|
||||
* @param protocolTypeName
|
||||
* @return
|
||||
*/
|
||||
QQtProtocol* createProtocol ();
|
||||
virtual QQtProtocol* createProtocol ();
|
||||
/**
|
||||
* 使用完,删除。
|
||||
*
|
||||
@ -118,7 +118,7 @@ public:
|
||||
*
|
||||
* 内部没有对QList加锁,所以不要movetothread里用。
|
||||
*/
|
||||
void deleteProtocol ( QQtProtocol* stack );
|
||||
virtual void deleteProtocol ( QQtProtocol* stack );
|
||||
protected:
|
||||
QQtProtocol* findDetachedInstance();
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user