mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-25 22:19:58 +02:00
Enable drag and drop of terminal tree widget item
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include "../properties/propertiesinterface.h"
|
||||
|
||||
#include <QUuid>
|
||||
|
||||
class TerminalStripData : public PropertiesInterface
|
||||
{
|
||||
friend class TerminalStrip;
|
||||
@@ -39,6 +41,7 @@ class TerminalStripData : public PropertiesInterface
|
||||
m_name,
|
||||
m_comment,
|
||||
m_description;
|
||||
QUuid m_uuid = QUuid::createUuid();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user