class TerminalInterface;
class QVBoxLayout;
+class QWidget;
/**
* @brief Shows the terminal which is synchronized with the URL of the
private:
QVBoxLayout* m_layout;
TerminalInterface* m_terminal;
+ QWidget* m_terminalWidget;
};
#endif // TERMINALSIDEBARPAGE_H