mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -55,6 +55,6 @@ public:
|
||||
private:
|
||||
void displayContextMenu(const LogListView *view, const BaseLogModel *model) const;
|
||||
|
||||
Ui::ExecutionLogWidget *m_ui;
|
||||
LogFilterModel *m_messageFilterModel;
|
||||
Ui::ExecutionLogWidget *m_ui = nullptr;
|
||||
LogFilterModel *m_messageFilterModel = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user