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
This commit is contained in:
Abdelrazak Younes 2010-01-05 13:29:01 +00:00
parent 24f3ddef3f
commit 50e673f041

View 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);
}