| 45 | class FilePluginInterface { |
| 46 | public: |
| 47 | explicit FilePluginInterface() { } |
| 48 | virtual ~FilePluginInterface() { } |
| 49 | virtual QObject* getObject() = 0; |
| 50 | virtual bool thisIsIt(const QString& fileName) = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected