summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2008-03-26 16:05:06 +0100
committerPino Toscano <pino@kde.org>2008-03-26 16:05:06 +0100
commit2069826d61ebd527768b6455689276c0a8288085 (patch)
tree6950cbe929e132ac47e8ad23abaeb1fe78a47f0b
parentd6a0c6a6803a03f402c2dcde41c6195e951470ba (diff)
missing break
-rw-r--r--qt4/src/poppler-page.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt4/src/poppler-page.cc b/qt4/src/poppler-page.cc
index 8ae6ccd3..478845db 100644
--- a/qt4/src/poppler-page.cc
+++ b/qt4/src/poppler-page.cc
@@ -138,6 +138,7 @@ Link* PageData::convertLinkActionToLink(::LinkAction * a, const QRectF &linkArea
::LinkSound *ls = (::LinkSound *)a;
popplerLink = new LinkSound( linkArea, ls->getVolume(), ls->getSynchronous(), ls->getRepeat(), ls->getMix(), new SoundObject( ls->getSound() ) );
}
+ break;
case actionMovie:
/* TODO this (Movie link)