mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-09 08:31:13 +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
|