mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Move parsing of TriStateBool to a static class function
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user