Update channel send model names properly

This commit is contained in:
Vesa
2014-06-28 10:06:52 +03:00
parent 31b82fe50b
commit 0058b1064f
2 changed files with 23 additions and 0 deletions

View File

@@ -101,6 +101,8 @@ class FxRoute : public QObject
{
return m_to;
}
void updateName();
private:
FxChannel * m_from;