Skip to content
LinkInterface.cpp 93 B
Newer Older
oberion's avatar
oberion committed
#include "LinkInterface.h"

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