chore: mini refactorings and dead code removal (#5512)

This commit is contained in:
nerix
2024-07-20 11:35:59 +02:00
committed by GitHub
parent deb4401036
commit b3c09b65d8
28 changed files with 65 additions and 506 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
namespace chatterino {
namespace _helpers_internal {
namespace helpers::detail {
SizeType skipSpace(QStringView view, SizeType startPos)
{
@@ -110,8 +110,8 @@ namespace _helpers_internal {
return std::make_pair(0, false);
}
} // namespace _helpers_internal
using namespace _helpers_internal;
} // namespace helpers::detail
using namespace helpers::detail;
bool startsWithOrContains(const QString &str1, const QString &str2,
Qt::CaseSensitivity caseSensitivity, bool startsWith)