MCPcopy Create free account
hub / github.com/LMMS/lmms / supportsFileType

Method supportsFileType

include/Plugin.h:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 const char * supportedFileTypes;
75
76 inline bool supportsFileType( const QString& extension ) const
77 {
78 return QString( supportedFileTypes ).split( QChar( ',' ) ).contains( extension );
79 }
80
81 class EXPORT SubPluginFeatures
82 {

Callers 3

dropEventMethod · 0.80
handleFileMethod · 0.80

Calls 1

QStringClass · 0.70

Tested by

no test coverage detected