]> git.lyx.org Git - lyx.git/commitdiff
add a FIXME.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 17 May 2008 17:08:09 +0000 (17:08 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 17 May 2008 17:08:09 +0000 (17:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24813 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/TocWidget.cpp

index f24fcbe3dec349088b75dbd75d60e51deec80636..53b572effb5c9c72af0b518a08b2664e0132f997 100644 (file)
@@ -67,6 +67,8 @@ void TocWidget::on_tocTV_activated(QModelIndex const & index)
 void TocWidget::on_tocTV_clicked(QModelIndex const & index)
 {
        goTo(index);
+       // FIXME: It would be nice to return the focus to the work area in this
+       // case. But we need access to the GuiView!
 }