| 53 | constexpr const char* kStreamingBufferKey = "MainWindow.streamingBufferValue"; |
| 54 | |
| 55 | QString pluginConfigKey(const std::string& plugin_id) { |
| 56 | return QString::fromLatin1(kPluginConfigKeyPrefix) + QString::fromStdString(plugin_id); |
| 57 | } |
| 58 | |
| 59 | // Looks up a streaming plugin by display name. Returns nullptr when no |
| 60 | // streaming plugin matches — caller surfaces the error. |