File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ QString FrontendManager::get_error_message() const {
4444
4545void FrontendManager::set_error_message (const QString &message) {
4646 m_error_message = message;
47- Q_EMIT error_message_changed (); // TODO: Replace with thing that actually works
47+ Q_EMIT error_message_changed ();
4848}
4949
5050QStringList FrontendManager::get_hrir_wav_file_names () const {
Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ class PipeWireManager : public QObject {
5656 Q_SIGNAL void error_occured (const QString &message);
5757
5858 private:
59- struct pw_thread_loop *thread_loop;
60- struct pw_context *context;
61- struct pw_core *core;
62- struct pw_registry *registry;
63- struct pw_metadata *metadata;
59+ struct pw_thread_loop *thread_loop = nullptr ;
60+ struct pw_context *context = nullptr ;
61+ struct pw_core *core = nullptr ;
62+ struct pw_registry *registry = nullptr ;
63+ struct pw_metadata *metadata = nullptr ;
6464 struct spa_hook registry_listener;
6565 struct spa_hook metadata_listener;
6666 struct spa_hook core_listener;
You can’t perform that action at this time.
0 commit comments