Skip to content

Commit

Permalink
Remove PeakIndicator.h include and add forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Nov 1, 2024
1 parent c927d62 commit 3a6f1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/MixerChannelView.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
#include "LcdWidget.h"
#include "PixmapButton.h"
#include "SendButtonIndicator.h"
#include "PeakIndicator.h"

namespace lmms {
class MixerChannel;
}

namespace lmms::gui {
class PeakIndicator;


class MixerChannelView : public QWidget
Expand Down

0 comments on commit 3a6f1f3

Please sign in to comment.