Several terminals can be removed or moved from strip in one shot

This commit is contained in:
joshua
2022-04-10 13:52:45 +02:00
parent 898edb6c12
commit bce6a43427
5 changed files with 335 additions and 176 deletions

View File

@@ -74,6 +74,14 @@ void TerminalStrip::setDescription(const QString &description) {
m_data.m_description = description;
}
/**
* @brief TerminalStrip::project
* @return the project of this terminal strip or nullptr
*/
QETProject *TerminalStrip::project() const {
return m_project.data();
}
/**
* @brief TerminalStrip::data
* @return The internal data of this strip