mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Add pointer qualifications to auto
-typed variables
This commit is contained in:
parent
8c9b6e2f2d
commit
e408973ee6
27 changed files with 78 additions and 78 deletions
|
@ -831,7 +831,7 @@ void AdvancedSettings::loadAdvancedSettings()
|
|||
template <typename T>
|
||||
void AdvancedSettings::addRow(const int row, const QString &text, T *widget)
|
||||
{
|
||||
auto label = new QLabel(text);
|
||||
auto *label = new QLabel(text);
|
||||
label->setOpenExternalLinks(true);
|
||||
|
||||
setCellWidget(row, PROPERTY, label);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue