mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -54,5 +54,5 @@ public:
|
||||
void setCloseOnInteraction(bool enabled);
|
||||
|
||||
private:
|
||||
TriStateWidget *m_triStateWidget;
|
||||
TriStateWidget *m_triStateWidget = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user