From 95d72997edaf2a15715192a844f6f5cff7d18f5f Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Thu, 1 Apr 2021 09:56:27 +0800 Subject: [PATCH] Update comment Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- utilities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities.cpp b/utilities.cpp index cae733c..ee2d7cc 100644 --- a/utilities.cpp +++ b/utilities.cpp @@ -166,7 +166,7 @@ static inline void expblur(QImage &img, const qreal radius, const bool improvedQ } } // TODO: QImage(int width, int height, QImage::Format format) - // Why the argument order is inverted here? + // Why the argument order is inverted here? The application will crash if change it back. QImage temp(img.height(), img.width(), img.format()); temp.setDevicePixelRatio(img.devicePixelRatio()); if (transposed >= 0) {