use strings to connect nodes
This makes the node system somewhat more high-level with the intent of making working with them far more flexible and stable. By making the architecture more abstracted, it becomes far less rigid which should allow us to do even more with it and make it much less crash prone.
This commit is contained in:
@@ -33,7 +33,7 @@ class CodecSection : public QWidget
|
||||
public:
|
||||
CodecSection(QWidget* parent = nullptr);
|
||||
|
||||
virtual void AddOpts(EncodingParams* params){}
|
||||
virtual void AddOpts(EncodingParams* params){Q_UNUSED(params)}
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user