From 75e9c9b8ecb1852e5dc57e0920cafe4cbdfaf0e5 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Wed, 18 Jan 2017 03:27:05 +0100 Subject: [PATCH] fixed a typo --- courtroom.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/courtroom.cpp b/courtroom.cpp index bc02498..98b544e 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -3,6 +3,7 @@ #include "aoapplication.h" #include "text_file_functions.h" #include "path_functions.h" +#include "global_variables.h" #include @@ -226,7 +227,7 @@ void Courtroom::set_size_and_pos(QWidget *p_widget, QString p_identifier) void Courtroom::on_reload_theme_clicked() { - get_user_theme() = get_user_theme(); + g_user_theme = get_user_theme(); set_widgets(); }