mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
24f3ddef3f
commit
50e673f041
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user