mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Editor: Include headers where necessary
Avoids propagating dependencies through indirect inclusions, and also gets rid of some header dependencies entirely.
This commit is contained in:
@@ -49,6 +49,8 @@ StatusBarWidget::StatusBarWidget(QWidget* parent)
|
||||
addPermanentWidget(&m_volumeSlider);
|
||||
}
|
||||
|
||||
StatusBarWidget::~StatusBarWidget() = default;
|
||||
|
||||
void StatusBarWidget::setVoiceCount(int voices) {
|
||||
if (voices != m_cachedVoiceCount) {
|
||||
m_voiceCount.setText(QString::number(voices));
|
||||
|
||||
Reference in New Issue
Block a user