From: Abdelrazak Younes Date: Tue, 5 Jan 2010 13:29:01 +0000 (+0000) Subject: Add a FIXME for asynchronous export and preview and child buffers. X-Git-Tag: 2.0.0~4586 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=50e673f041cf148ca94d88321e1fdff8bab8d02c;p=features.git Add a FIXME for asynchronous export and preview and child buffers. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32768 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index cbe926bf4f..f8c53392a9 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -380,6 +380,8 @@ Buffer::~Buffer() Buffer * Buffer::clone() const { + // FIXME for asynchronous export and preview: We must also clone all + // the child buffers! return new Buffer(fileName().absFilename(), false, this); }