Ran clang-format over the codebase
This commit is contained in:
@@ -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))) {
|
||||
|
||||
Reference in New Issue
Block a user