Make clang-format <13 and clang-format >=13 behave the same
I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
This commit is contained in:
parent
b1092c0f2f
commit
a13f492e7d
22 changed files with 116 additions and 114 deletions
|
|
@ -100,10 +100,19 @@ NotificationsManager::systemPostNotification(const QString &line1,
|
|||
WinToast::instance()->showToast(templ, new CustomHandler());
|
||||
}
|
||||
|
||||
void NotificationsManager::actionInvoked(uint, QString) {}
|
||||
void NotificationsManager::notificationReplied(uint, QString) {}
|
||||
// clang-format off
|
||||
// clang-format < 12 is buggy on this
|
||||
void
|
||||
NotificationsManager::actionInvoked(uint, QString)
|
||||
{}
|
||||
|
||||
void NotificationsManager::notificationClosed(uint, uint) {}
|
||||
void
|
||||
NotificationsManager::notificationReplied(uint, QString)
|
||||
{}
|
||||
|
||||
void
|
||||
NotificationsManager::notificationClosed(uint, uint)
|
||||
{}
|
||||
|
||||
void
|
||||
NotificationsManager::removeNotification(const QString &, const QString &)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue