Initalise vars

This commit is contained in:
Mahmood - Zer0xFF 2024-10-18 15:26:11 +01:00
parent ae835d7fa5
commit ee5ea0cb92

View file

@ -15,7 +15,6 @@ protected:
bool filterAcceptsRow(int, const QModelIndex&) const override;
private:
std::string m_state;
int m_bootableType;
std::string m_state = "";
int m_bootableType = 0;
};