mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Merge pull request #12299 from Chocobo1/initialize
Initialize struct variables
This commit is contained in:
@@ -64,10 +64,10 @@ namespace
|
||||
|
||||
struct DataFieldDescriptor
|
||||
{
|
||||
DataType fieldType;
|
||||
DataType fieldType {DataType::Unknown};
|
||||
union
|
||||
{
|
||||
quint32 fieldSize;
|
||||
quint32 fieldSize = 0;
|
||||
quint32 offset; // Pointer
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user