Get rid of Database pointer in Metadata.
This commit is contained in:
@@ -42,6 +42,7 @@ Database::Database()
|
||||
m_uuidMap.insert(m_uuid, this);
|
||||
|
||||
connect(m_metadata, SIGNAL(modified()), this, SIGNAL(modified()));
|
||||
connect(m_metadata, SIGNAL(nameTextChanged()), this, SIGNAL(nameTextChanged()));
|
||||
}
|
||||
|
||||
Database::~Database()
|
||||
|
||||
Reference in New Issue
Block a user