avoid wrong usage of QStringBuilder via auto type deduction
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 21 Aug 2024 16:16:42 +0000 (18:16 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Thu, 22 Aug 2024 12:53:46 +0000 (14:53 +0200)
commit316af5c13ff8c3f17b146d01432eebbf4d306de2
tree76b0972c206771abbeea5800491c091d362da6a6
parentbb771497ff7ae2dae35faaeb8119bbd6ba9208cc
avoid wrong usage of QStringBuilder via auto type deduction

detected via https://github.com/KDE/clazy/blob/master/docs/checks/README-auto-unexpected-qstringbuilder.md#auto-unexpected-qstringbuilder

also reported by g++ via compile time warnings

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/folder.cpp
src/gui/proxyauthhandler.cpp