2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 17:15:16 +00:00

Ensure GtkIntegration::load() is called only once

This commit is contained in:
Ilya Fedin
2021-01-23 04:39:58 +04:00
committed by John Preston
parent 6374d4eeda
commit b919a0627a

View File

@@ -316,6 +316,7 @@ GtkIntegration *GtkIntegration::Instance() {
}
void GtkIntegration::load() {
Expects(!GtkLoaded);
DEBUG_LOG(("Loading GTK"));
QLibrary lib_gtk;