mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Delete obsolete comment: We no longer support Qt < 4.4.
This commit is contained in:
parent
2104d41f71
commit
74809e53a7
@ -3445,7 +3445,6 @@ bool GuiView::GuiViewPrivate::asyncBufferProcessing(
|
|||||||
#else
|
#else
|
||||||
Buffer::ExportStatus status;
|
Buffer::ExportStatus status;
|
||||||
if (syncFunc) {
|
if (syncFunc) {
|
||||||
// TODO check here if it breaks exporting with Qt < 4.4
|
|
||||||
status = (used_buffer->*syncFunc)(format, true);
|
status = (used_buffer->*syncFunc)(format, true);
|
||||||
} else if (previewFunc) {
|
} else if (previewFunc) {
|
||||||
status = (used_buffer->*previewFunc)(format);
|
status = (used_buffer->*previewFunc)(format);
|
||||||
|
Loading…
Reference in New Issue
Block a user