aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2017-01-18 03:27:05 +0100
committerDavid Skoland <davidskoland@gmail.com>2017-01-18 03:27:05 +0100
commit75e9c9b8ecb1852e5dc57e0920cafe4cbdfaf0e5 (patch)
tree2df311c194adb71a6ad53440e391c335ceb49a10
parent93e2ddcab12f4e994e3cb29ff64504a98ea638a6 (diff)
fixed a typo
-rw-r--r--courtroom.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/courtroom.cpp b/courtroom.cpp
index bc024981..98b544ee 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 <QDebug>
@@ -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();
}