]> git.lyx.org Git - features.git/commitdiff
Add a FIXME for asynchronous export and preview and child buffers.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 5 Jan 2010 13:29:01 +0000 (13:29 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 5 Jan 2010 13:29:01 +0000 (13:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32768 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.cpp

index cbe926bf4f2569448f194ea3a5b1041e0f3c2d36..f8c53392a97a17033f652d1198728e3bff2d227e 100644 (file)
@@ -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);
 }