1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:07:34 +00:00
serenity/Applications/Piano
Ben Wiederhake 9f7ec33180 Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Before, we had about these occurrence counts:
COPY: 13 without, 33 with
MOVE: 12 without, 28 with

Clearly, 'with' was the preferred way. However, this introduced double-semicolons
all over the place, and caused some warnings to trigger.

This patch *forces* the usage of a semi-colon when calling the macro,
by removing the semi-colon within the macro. (And thus also gets rid
of the double-semicolon.)
2020-08-27 10:12:04 +02:00
..
CMakeLists.txt Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
KeysWidget.cpp Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
KeysWidget.h Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
KnobsWidget.cpp Piano: Handle octave slider jumps of greater than 1 2020-07-11 18:51:41 +02:00
KnobsWidget.h Piano: Expose multi-track functionality 2020-06-18 16:42:37 +02:00
main.cpp Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
MainWidget.cpp Piano: Handle octave slider jumps of greater than 1 2020-07-11 18:51:41 +02:00
MainWidget.h Piano: Handle octave slider jumps of greater than 1 2020-07-11 18:51:41 +02:00
Music.h Piano: New timing system and zoomable piano roll 2020-02-27 10:21:13 +01:00
RollWidget.cpp Piano: Fix cliping of bottom notes when scrolling in RollWidget 2020-07-11 18:51:41 +02:00
RollWidget.h Piano: Uninitialized member variables in RollWidet, found by Coverity 2020-08-17 09:17:57 +02:00
SamplerWidget.cpp LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00
SamplerWidget.h Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
Track.cpp Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
Track.h Meta: Force semi-colon after MAKE_AK_NONXXXABLE() 2020-08-27 10:12:04 +02:00
TrackManager.cpp Piano: Handle octave slider jumps of greater than 1 2020-07-11 18:51:41 +02:00
TrackManager.h Meta: Force semi-colon after MAKE_AK_NONXXXABLE() 2020-08-27 10:12:04 +02:00
WaveWidget.cpp Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00
WaveWidget.h Piano: Allow multiple tracks internally 2020-06-18 16:42:37 +02:00