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:
@@ -60,6 +60,6 @@ public slots:
|
||||
void setCurrentIndex(int index);
|
||||
|
||||
private:
|
||||
QButtonGroup *m_btnGroup;
|
||||
int m_currentIndex;
|
||||
QButtonGroup *m_btnGroup = nullptr;
|
||||
int m_currentIndex = -1;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user