X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fjogaction.cpp;h=0fb5862296724148f25fb468d6d98f2d21a18c73;hb=8de0bdc9a16f0dd3b97d437a89e8217303947816;hp=f559e1b7f63a8e38721882061737b9881b60dcbf;hpb=32c8c40056e65b230f058b168e8e078ba066038b;p=kdenlive diff --git a/src/jogaction.cpp b/src/jogaction.cpp index f559e1b7..0fb58622 100644 --- a/src/jogaction.cpp +++ b/src/jogaction.cpp @@ -39,7 +39,7 @@ JogShuttleAction::JogShuttleAction (const JogShuttle* jogShuttle, const QStringL connect(m_jogShuttle, SIGNAL(jogForward()), this, SLOT(slotJogForward())); connect(m_jogShuttle, SIGNAL(shuttlePos(int)), this, SLOT(slotShuttlePos(int))); connect(m_jogShuttle, SIGNAL(button(int)), this, SLOT(slotButton(int))); - //for (int i = 0; i < actionMap.size(); i++) fprintf(stderr, "button #%d -> action '%s'\n", i, actionMap[i].toAscii().constData()); //DBG + //for (int i = 0; i < actionMap.size(); ++i) fprintf(stderr, "button #%d -> action '%s'\n", i, actionMap[i].toAscii().constData()); //DBG } JogShuttleAction::~JogShuttleAction() @@ -83,3 +83,5 @@ void JogShuttleAction::slotButton(int button_id) //fprintf(stderr, "Button #%d maps to action '%s'\n", button_id, m_actionMap[button_id].toAscii().constData()); //DBG emit action(m_actionMap[button_id]); } + +#include "jogaction.moc"