mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Several terminals can be removed or moved from strip in one shot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user