From kde-commits Sat Sep 29 07:51:16 2018 From: Yuri Chornoivan Date: Sat, 29 Sep 2018 07:51:16 +0000 To: kde-commits Subject: [rkward] rkward/windows: Silence up Krazy [normalize] check Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=153821279804367 Git commit bc6a9ba3408d5aaff7926a024bc35dba793bc245 by Yuri Chornoivan. Committed on 29/09/2018 at 07:51. Pushed by yurchor into branch 'master'. Silence up Krazy [normalize] check M +1 -1 rkward/windows/rkhtmlwindow.cpp M +1 -1 rkward/windows/rkwindowcatcher.cpp https://commits.kde.org/rkward/bc6a9ba3408d5aaff7926a024bc35dba793bc245 diff --git a/rkward/windows/rkhtmlwindow.cpp b/rkward/windows/rkhtmlwindow.= cpp index f5f82589..4bf7d6ef 100644 --- a/rkward/windows/rkhtmlwindow.cpp +++ b/rkward/windows/rkhtmlwindow.cpp @@ -1084,7 +1084,7 @@ void RKOutputWindowManager::setCurrentOutputPath (con= st QString &_path) { // watch list (KDE 4.10.2; always?), so we need to re-add it. To make thi= ngs complex, however, this may happen // asynchronously, with this function called (via rk.set.output.html.file= ()), _before_ KDirWatch purges the file. // To hack around the race condition, we re-watch the output file after a= short delay. - QTimer::singleShot (100, this, SLOT (rewatchOutput ())); + QTimer::singleShot (100, this, SLOT (rewatchOutput())); #endif if (path =3D=3D current_default_path) return; = diff --git a/rkward/windows/rkwindowcatcher.cpp b/rkward/windows/rkwindowca= tcher.cpp index 84750933..49a0c147 100644 --- a/rkward/windows/rkwindowcatcher.cpp +++ b/rkward/windows/rkwindowcatcher.cpp @@ -341,7 +341,7 @@ void RKCaughtX11Window::doEmbed () { if (!isAttached ()) { // make xembed_container resizable, again, now that it actually has a co= ntent dynamic_size_action->setChecked (true); - QTimer::singleShot (0, this, SLOT (fixedSizeToggled ())); // For whateve= r reason, apparently we have to wait for the next event loop with this. + QTimer::singleShot (0, this, SLOT (fixedSizeToggled())); // For whatever= reason, apparently we have to wait for the next event loop with this. } = // try to be helpful when the window is too large to fit on screen