mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Add pointer qualifications to auto-typed variables
This commit is contained in:
@@ -124,7 +124,7 @@ private:
|
||||
|
||||
void showColorDialog()
|
||||
{
|
||||
auto dialog = new QColorDialog(m_currentColor, this);
|
||||
auto *dialog = new QColorDialog(m_currentColor, this);
|
||||
dialog->setAttribute(Qt::WA_DeleteOnClose);
|
||||
connect(dialog, &QDialog::accepted, this, [this, dialog]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user