]> git.lyx.org Git - features.git/commitdiff
fix comment:
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 18 Oct 2010 10:55:01 +0000 (10:55 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 18 Oct 2010 10:55:01 +0000 (10:55 +0000)
We have to copy the files because export is asynchronous now,
What about the children?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35703 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index f4d8861335c52659132bc1f9555995b41273bab0..41d99380e2e527fd1f779d3b77821212ac4e56e8 100644 (file)
@@ -2925,8 +2925,9 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
                                        cmd.argument()));
                        }
 #else
-                       // TODO/Review: Could we also export with doExport(argument, true)
-                       //              as done in exportAndDestroy?
+                       /* TODO/Review: Is it a problem to also export the children?
+                                       See the update_unincluded flag
+                       */
                        d.asyncBufferProcessing(argument,
                                              doc_buffer,
                                              _("Exporting ..."),