aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-03-23 22:50:05 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-03-23 22:50:05 +0200
commita6a80f4bf83eaa1894b83755ec8785af5ed4559f (patch)
tree4635fba7cff12dc8848b19f26d8540d79cb35716 /src/webengine/webview.h
parentlib/configuration improvements (diff)
downloadsmolbote-a6a80f4bf83eaa1894b83755ec8785af5ed4559f.tar.xz
Fix various compiler warnings
Diffstat (limited to 'src/webengine/webview.h')
-rw-r--r--src/webengine/webview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/webview.h b/src/webengine/webview.h
index e5cd7fb..0223b78 100644
--- a/src/webengine/webview.h
+++ b/src/webengine/webview.h
@@ -47,7 +47,7 @@ private:
SubWindow *m_parentWindow = nullptr;
WebProfile *m_profile = nullptr;
- bool m_loaded;
+ bool m_loaded = false;
};
#endif // SMOLBOTE_WEBVIEW_H