mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -07:00
Move parsing of TriStateBool to a static class function
This commit is contained in:
parent
cfb55d9d77
commit
e022c371ff
5 changed files with 18 additions and 17 deletions
|
@ -37,8 +37,6 @@
|
|||
|
||||
class QStringRef;
|
||||
|
||||
class TriStateBool;
|
||||
|
||||
namespace Utils
|
||||
{
|
||||
namespace String
|
||||
|
@ -69,7 +67,6 @@ namespace Utils
|
|||
}
|
||||
|
||||
bool parseBool(const QString &string, bool defaultValue);
|
||||
TriStateBool parseTriStateBool(const QString &string);
|
||||
|
||||
QString join(const QVector<QStringRef> &strings, const QString &separator);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue