Delete obsolete comment: We no longer support Qt < 4.4.

This commit is contained in:
Richard Heck 2016-07-10 01:43:56 -04:00
parent 2104d41f71
commit 74809e53a7

View File

@ -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);