mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Add GetPluginStringID() for ImportQT
This commit is contained in:
parent
b566e09e61
commit
a1b615ffc2
@ -108,6 +108,8 @@ class QTImportPlugin : public ImportPlugin
|
|||||||
mInitialized = false;
|
mInitialized = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wxString GetPluginStringID() { return wxT("quicktime"); }
|
||||||
|
|
||||||
wxString GetPluginFormatDescription();
|
wxString GetPluginFormatDescription();
|
||||||
ImportFileHandle *Open(wxString Filename);
|
ImportFileHandle *Open(wxString Filename);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user