From b96e813c5d72a3c2c41a118b4a792df5f37d3a2c Mon Sep 17 00:00:00 2001 From: juergen <juergen@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Tue, 20 Apr 2010 07:40:40 +0000 Subject: [PATCH] fixing missing QT include in python_shellwidget git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/branches/new_shell@2059 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- modules/gui/src/python_shell/python_shell_widget.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/src/python_shell/python_shell_widget.hh b/modules/gui/src/python_shell/python_shell_widget.hh index d55f8c3c3..1b8157011 100644 --- a/modules/gui/src/python_shell/python_shell_widget.hh +++ b/modules/gui/src/python_shell/python_shell_widget.hh @@ -27,7 +27,7 @@ #include <ost/gui/module_config.hh> #include <QPlainTextEdit> - +#include <QHash> #include "python_interpreter.hh" #include "shell_history.hh" #include "python_shell_fw.hh" -- GitLab