1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-17 22:21:17 +01:00

New files for ProjectSelectionManager

This commit is contained in:
Paul Licameli
2019-06-09 07:42:40 -04:00
parent 186f2f6ac7
commit 997bf9781d
13 changed files with 365 additions and 287 deletions

View File

@@ -16,7 +16,7 @@
#include "../Menus.h"
#include "../Prefs.h"
#include "../Project.h"
#include "../ProjectManager.h"
#include "../ProjectSelectionManager.h"
#include "../ShuttleGui.h"
#include "../SplashDialog.h"
#include "../Theme.h"

View File

@@ -9,7 +9,7 @@
#include "../Project.h"
#include "../ProjectAudioIO.h"
#include "../ProjectHistory.h"
#include "../ProjectManager.h"
#include "../ProjectSelectionManager.h"
#include "../ProjectSettings.h"
#include "../ProjectWindow.h"
#include "../SelectionState.h"