Skip to content

clang-format: Break after C++ attributes

Carl Schwan requested to merge work/carl/break-after-attribute into master

Change

[[deprecated("Use KStandardAction::openRecent overload with new connect syntax instead")]] KCONFIGWIDGETS_EXPORT KRecentFilesAction *
openRecent(const QObject *recvr, const char *slot, QObject *parent);

to

[[deprecated("Use KStandardAction::openRecent overload with new connect syntax instead")]]
KCONFIGWIDGETS_EXPORT KRecentFilesAction * openRecent(const QObject *recvr, const char *slot, QObject *parent);

@alex @cullmann

Merge request reports