mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-30 18:09:59 +02:00
Enable drag and drop of terminal tree widget item
This commit is contained in:
@@ -48,6 +48,7 @@ class TerminalStrip : public QObject
|
||||
QString comment() const {return m_data.m_comment;}
|
||||
void setDescription(const QString &description);
|
||||
QString description() const {return m_data.m_description;}
|
||||
QUuid uuid() const {return m_data.m_uuid;}
|
||||
|
||||
bool addTerminal(Element *terminal);
|
||||
bool removeTerminal(Element *terminal);
|
||||
|
||||
Reference in New Issue
Block a user