From b48d88c6a521e7adba61fbbe47d637feb506d4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Fri, 2 Mar 2018 19:03:12 +0100 Subject: [PATCH] Add QTabWidget declaration --- src/widgets/JupyterWidget.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/widgets/JupyterWidget.h b/src/widgets/JupyterWidget.h index 5bd49c1f..5704b957 100644 --- a/src/widgets/JupyterWidget.h +++ b/src/widgets/JupyterWidget.h @@ -17,6 +17,8 @@ namespace Ui class JupyterWebView; +class QTabWidget; + class JupyterWidget : public QDockWidget { Q_OBJECT