mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 17:26:21 +03:00
Move enums into anonymous namespace
This commit is contained in:
parent
2fd69a21b0
commit
0bf76723f1
1 changed files with 71 additions and 70 deletions
|
@ -49,7 +49,6 @@ namespace
|
|||
{
|
||||
return QStringLiteral("<a href=\"%1\">%2</a>").arg(url, linkLabel);
|
||||
}
|
||||
}
|
||||
|
||||
enum AdvSettingsCols
|
||||
{
|
||||
|
@ -57,6 +56,7 @@ enum AdvSettingsCols
|
|||
VALUE,
|
||||
COL_COUNT
|
||||
};
|
||||
|
||||
enum AdvSettingsRows
|
||||
{
|
||||
// qBittorrent section
|
||||
|
@ -135,6 +135,7 @@ enum AdvSettingsRows
|
|||
|
||||
ROW_COUNT
|
||||
};
|
||||
}
|
||||
|
||||
AdvancedSettings::AdvancedSettings(QWidget *parent)
|
||||
: QTableWidget(parent)
|
||||
|
|
Loading…
Reference in a new issue