mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 07:40:23 +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;
|
||||
}
|
||||
|
||||
wxString GetPluginStringID() { return wxT("quicktime"); }
|
||||
|
||||
wxString GetPluginFormatDescription();
|
||||
ImportFileHandle *Open(wxString Filename);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user