mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-21 06:45:32 -06:00
Avoid -Wweak-vtables warning
This commit is contained in:
parent
e3c6ade78e
commit
c6881103c2
1 changed files with 3 additions and 0 deletions
|
|
@ -136,6 +136,8 @@ void NetValueTypePacker::unpack(const QSharedPointer<NetVariant>& destination, v
|
|||
NetVariant::fromQVariant(sourceVariant, destination);
|
||||
}
|
||||
|
||||
namespace
|
||||
{
|
||||
class StringValueTypePacker : public NetValueTypePacker
|
||||
{
|
||||
public:
|
||||
|
|
@ -166,6 +168,7 @@ public:
|
|||
destination->setString(sourceString);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
NetValueMetaObjectPacker::NetValueMetaObjectPacker()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue