From 74809e53a7b849df42f29adc7cfc6478232bf3f0 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 10 Jul 2016 01:43:56 -0400 Subject: [PATCH] Delete obsolete comment: We no longer support Qt < 4.4. --- src/frontends/qt4/GuiView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 429def550d..b94625b7ca 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -3445,7 +3445,6 @@ bool GuiView::GuiViewPrivate::asyncBufferProcessing( #else Buffer::ExportStatus status; if (syncFunc) { - // TODO check here if it breaks exporting with Qt < 4.4 status = (used_buffer->*syncFunc)(format, true); } else if (previewFunc) { status = (used_buffer->*previewFunc)(format); -- 2.39.5