mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -97,7 +97,7 @@ namespace
|
||||
}
|
||||
|
||||
private:
|
||||
const char *m_name;
|
||||
const char *m_name = nullptr;
|
||||
const char m_shortcut;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user