Skip to content
Snippets Groups Projects
Commit 73fcd326 authored by Emmanuel Lepage Vallée's avatar Emmanuel Lepage Vallée Committed by Nicolas Jager
Browse files

certificate: Fix uninitialized member


Change-Id: Iedf125f04c86ba0981693d6592ce91ccf7e00f88
Reviewed-by: default avatarNicolas Jäger <nicolas.jager@savoirfairelinux.com>
parent b630c321
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ public: ...@@ -96,7 +96,7 @@ public:
//Attributes //Attributes
QString m_Path ; QString m_Path ;
Certificate::Type m_Type ; Certificate::Type m_Type {Certificate::Type::NONE};
QByteArray m_Content ; QByteArray m_Content ;
LoadingType m_LoadingType ; LoadingType m_LoadingType ;
QByteArray m_Id ; QByteArray m_Id ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment