mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
20 lines
450 B
C
20 lines
450 B
C
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
ImportQT.h
|
|
|
|
Joshua Haberman
|
|
|
|
**********************************************************************/
|
|
|
|
#ifndef __AUDACITY_IMPORT_QT__
|
|
#define __AUDACITY_IMPORT_QT__
|
|
|
|
#include "ImportForwards.h"
|
|
|
|
void GetQTImportPlugin(ImportPluginList &importPluginList,
|
|
UnusableImportPluginList &unusableImportPluginList);
|
|
|
|
#endif
|