[rkward] rkward/windows: Silence up Krazy [normalize] check
Yuri Chornoivan
null at kde.org
Sat Sep 29 08:51:16 BST 2018
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 (const QString &_path) {
// watch list (KDE 4.10.2; always?), so we need to re-add it. To make things 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 == current_default_path) return;
diff --git a/rkward/windows/rkwindowcatcher.cpp b/rkward/windows/rkwindowcatcher.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 content
dynamic_size_action->setChecked (true);
- QTimer::singleShot (0, this, SLOT (fixedSizeToggled ())); // For whatever 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
More information about the rkward-tracker
mailing list