mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-10 15:53:10 -04:00
Namespace lmms (#6174)
This PR places all LMMS symbols into namespaces to eliminate any potential future name collisions between LMMS and third-party modules.
Also, this PR changes back `LmmsCore` to `Engine`, reverting c519921306 .
Co-authored-by: allejok96 <allejok96@gmail.com>
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
#include "SaWaterfallView.h"
|
||||
|
||||
|
||||
namespace lmms::gui
|
||||
{
|
||||
|
||||
|
||||
// The entire GUI layout is built here.
|
||||
SaControlsDialog::SaControlsDialog(SaControls *controls, SaProcessor *processor) :
|
||||
EffectControlDialog(controls),
|
||||
@@ -350,3 +354,5 @@ QSize SaControlsDialog::sizeHint() const
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
} // namespace lmms::gui
|
||||
Reference in New Issue
Block a user