.clang-format: wrap at column 100

This commit is contained in:
Sergio Martins
2022-08-05 16:49:00 +01:00
parent 9a4daf8926
commit d8189e3e03
460 changed files with 12883 additions and 5357 deletions

View File

@@ -1,8 +1,8 @@
/*
This file is part of KDDockWidgets.
SPDX-FileCopyrightText: 2020-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
Author: Sérgio Martins <sergio.martins@kdab.com>
SPDX-FileCopyrightText: 2020-2022 Klarälvdalens Datakonsult AB, a KDAB Group company
<info@kdab.com> Author: Sérgio Martins <sergio.martins@kdab.com>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
@@ -59,8 +59,9 @@ public:
}
/// @brief Provided for convenience, aggregates all other overloads
/// receives all mouse event types, if you return true here then the specialized counterparts won't be called
/// Example, if true is returned here for a mouse press, then onMouseButtonPress() won't be called
/// receives all mouse event types, if you return true here then the specialized counterparts
/// won't be called Example, if true is returned here for a mouse press, then
/// onMouseButtonPress() won't be called
virtual bool onMouseEvent(View *, QMouseEvent *)
{
return false;