Get rid of another copy constructor call to prevent Qt5 crashes
Cf. the commit message of 3c7bfba
This commit is contained in:
@@ -194,11 +194,6 @@ public:
|
||||
return m_fxChannels.size();
|
||||
}
|
||||
|
||||
inline QVector<FxChannel *> fxChannels() const
|
||||
{
|
||||
return m_fxChannels;
|
||||
}
|
||||
|
||||
FxRouteVector m_fxRoutes;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user