mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-15 20:50:08 -04:00
Renamed all automation related files and classes to match new coding style
All automation-related files and classes have been renamed to match the
new coding style.
(cherry picked from commit 9b280ffb3e)
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
#include "ToolPlugin.h"
|
||||
#include "tool_button.h"
|
||||
#include "ProjectJournal.h"
|
||||
#include "automation_editor.h"
|
||||
#include "AutomationEditor.h"
|
||||
#include "templates.h"
|
||||
|
||||
|
||||
@@ -856,7 +856,7 @@ void MainWindow::togglePianoRollWin( void )
|
||||
|
||||
void MainWindow::toggleAutomationEditorWin( void )
|
||||
{
|
||||
toggleWindow( engine::getAutomationEditor() );
|
||||
toggleWindow( engine::automationEditor() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user