Enable drag and drop of terminal tree widget item

This commit is contained in:
joshua
2021-04-09 14:16:22 +02:00
parent d3ad490b84
commit 171e95fb17
5 changed files with 107 additions and 19 deletions

View File

@@ -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();
};