mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 22:21:11 +02:00
Move AudacityMessageBox to its own files...
... breaking cycles among low-level files introduced by 273ba9f
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
#include "../Project.h"
|
||||
#include "../FileFormats.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
#include "../widgets/AudacityMessageBox.h"
|
||||
#include "../widgets/ProgressDialog.h"
|
||||
|
||||
#define BINARY_FILE_CHECK_BUFFER_SIZE 1024
|
||||
|
@@ -22,7 +22,7 @@
|
||||
//#include "mfmidi.h"
|
||||
|
||||
#include "../NoteTrack.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
#include "../widgets/AudacityMessageBox.h"
|
||||
|
||||
bool ImportMIDI(const FilePath &fName, NoteTrack * dest)
|
||||
{
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#include "ImportQT.h"
|
||||
|
||||
#include "ImportPlugin.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
#include "../widgets/AudacityMessageBox.h"
|
||||
#include "../widgets/ProgressDialog.h"
|
||||
|
||||
#define DESC _("QuickTime files")
|
||||
|
Reference in New Issue
Block a user