| 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 | { |
no test coverage detected