┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/terminalsidebarpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminalsidebarpage.h')
-rw-r--r--src/terminalsidebarpage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/terminalsidebarpage.h b/src/terminalsidebarpage.h
index 6cee2392e..5a4d40bdb 100644
--- a/src/terminalsidebarpage.h
+++ b/src/terminalsidebarpage.h
@@ -24,6 +24,7 @@
class TerminalInterface;
class QVBoxLayout;
+class QWidget;
/**
* @brief Shows the terminal which is synchronized with the URL of the
@@ -51,6 +52,7 @@ protected:
private:
QVBoxLayout* m_layout;
TerminalInterface* m_terminal;
+ QWidget* m_terminalWidget;
};
#endif // TERMINALSIDEBARPAGE_H