mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
adb70a1fe0
commit
67ed71619e
@ -3112,12 +3112,12 @@ bool GuiView::GuiViewPrivate::asyncBufferProcessing(
|
|||||||
gv_->message(msg);
|
gv_->message(msg);
|
||||||
}
|
}
|
||||||
GuiViewPrivate::busyBuffers.insert(used_buffer);
|
GuiViewPrivate::busyBuffers.insert(used_buffer);
|
||||||
Buffer * cloned_buffer = used_buffer->cloneFromMaster();
|
Buffer * cloned_buffer = used_buffer->cloneFromMaster();
|
||||||
if (!cloned_buffer) {
|
if (!cloned_buffer) {
|
||||||
Alert::error(_("Export Error"),
|
Alert::error(_("Export Error"),
|
||||||
_("Error cloning the Buffer."));
|
_("Error cloning the Buffer."));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
QFuture<Buffer::ExportStatus> f = QtConcurrent::run(
|
QFuture<Buffer::ExportStatus> f = QtConcurrent::run(
|
||||||
asyncFunc,
|
asyncFunc,
|
||||||
used_buffer,
|
used_buffer,
|
||||||
|
Loading…
Reference in New Issue
Block a user