Skip to content
LinkInterface.cpp 93 B
Newer Older
#include "LinkInterface.h"

LinkInterface::~LinkInterface()
{
	emit this->deleteLink(this);
}