Ran clang-format over the codebase

This commit is contained in:
Sergio Martins
2022-07-12 11:28:05 +01:00
parent c7dd7d954f
commit 4691f9bfa5
70 changed files with 951 additions and 973 deletions

View File

@@ -444,7 +444,7 @@ void WidgetResizeHandler::setTarget(QWidgetOrQuick *w)
void WidgetResizeHandler::updateCursor(CursorPosition m)
{
#ifdef KDDOCKWIDGETS_QTWIDGETS
//Need for updating cursor when we change child widget
// Need for updating cursor when we change child widget
const QObjectList children = mTarget->children();
for (int i = 0, total = children.size(); i < total; ++i) {
if (auto child = qobject_cast<WidgetType *>(children.at(i))) {