mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Rename 2 methods to eliminate ambiguity
This commit is contained in:
parent
4dcb0b922e
commit
400eafce2b
4 changed files with 7 additions and 7 deletions
|
@ -1529,12 +1529,12 @@ void Preferences::setTransHeaderState(const QByteArray &state)
|
|||
setValue("TransferList/qt5/HeaderState", state);
|
||||
}
|
||||
|
||||
bool Preferences::getRegexAsFilteringPattern() const
|
||||
bool Preferences::getRegexAsFilteringPatternForTransferList() const
|
||||
{
|
||||
return value("TransferList/UseRegexAsFilteringPattern", false).toBool();
|
||||
}
|
||||
|
||||
void Preferences::setRegexAsFilteringPattern(const bool checked)
|
||||
void Preferences::setRegexAsFilteringPatternForTransferList(const bool checked)
|
||||
{
|
||||
setValue("TransferList/UseRegexAsFilteringPattern", checked);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue