summaryrefslogtreecommitdiff
path: root/muse2/muse/mixer/mstrip.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-11-07 00:30:20 +0000
committerTim E. Real <termtech@rogers.com>2010-11-07 00:30:20 +0000
commit4ea1c4ed67ee6fd46dbe393d05b7d835e3a33299 (patch)
tree599bf37fa6965cfb4cb310a806c6f35f10a6e505 /muse2/muse/mixer/mstrip.h
parent13375b925494553cb3534ca769ad04e4f8cffb24 (diff)
All routing popups finished. Major cleanup of astrip + mstrip comments, code!
Diffstat (limited to 'muse2/muse/mixer/mstrip.h')
-rw-r--r--muse2/muse/mixer/mstrip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/muse/mixer/mstrip.h b/muse2/muse/mixer/mstrip.h
index 86eb3fac..d5776d43 100644
--- a/muse2/muse/mixer/mstrip.h
+++ b/muse2/muse/mixer/mstrip.h
@@ -20,6 +20,7 @@ class Knob;
class QString;
class MidiTrack;
class QLabel;
+class QAction;
//---------------------------------------------------------
// MidiStrip
@@ -56,7 +57,7 @@ class MidiStrip : public Strip {
//void routeClicked();
void iRoutePressed();
void oRoutePressed();
- void routingPopupMenuActivated(int /*id*/);
+ void routingPopupMenuActivated(QAction*);
void setVolume(double);
void setPan(double);
void setChorusSend(double);