Fix qstring arg

This commit is contained in:
Vesa
2014-06-27 23:17:21 +03:00
parent d9d085d14e
commit 9243d94484
5 changed files with 17 additions and 5 deletions

View File

@@ -61,13 +61,14 @@ public:
static const int FxLineHeight;
private:
static void drawFxLine( QPainter* p, const FxLine *fxLine, const QString& name, bool isActive, bool sendToThis );
static void drawFxLine( QPainter* p, const FxLine *fxLine, const QString& name, bool isActive, bool sendToThis, bool receiveFromThis );
FxMixerView * m_mv;
LcdWidget* m_lcd;
int m_channelIndex;
QBrush m_backgroundActive;
static QPixmap * s_sendBgArrow;
static QPixmap * s_receiveBgArrow;
private slots:
void renameChannel();