Move Editors to src/gui/editors subdirectory

This commit is contained in:
Lukas W
2014-12-08 23:43:31 +01:00
parent 51f59293ce
commit b25765ddb8
6 changed files with 2 additions and 2 deletions

View File

@@ -33,8 +33,8 @@
/// \brief Superclass for editors with a toolbar.
///
/// Those editors include the Song Editor, the Automation Editor,
/// B&B Editor, Piano Roll.
/// Those editors include the Song Editor, the Automation Editor, B&B Editor,
/// and the Piano Roll.
class Editor : public QMainWindow
{
Q_OBJECT