mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
Initalise vars
This commit is contained in:
parent
ae835d7fa5
commit
ee5ea0cb92
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,6 @@ protected:
|
||||||
bool filterAcceptsRow(int, const QModelIndex&) const override;
|
bool filterAcceptsRow(int, const QModelIndex&) const override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string m_state;
|
std::string m_state = "";
|
||||||
int m_bootableType;
|
int m_bootableType = 0;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue