some update on graphical items

This commit is contained in:
arcan1s
2014-11-18 06:56:22 +03:00
parent f7b7d5b6b4
commit f56f319075
7 changed files with 49 additions and 17 deletions

View File

@ -126,6 +126,14 @@ QString GraphicalItem::getImage(const float value)
}
QString GraphicalItem::getFileName()
{
if (debug) qDebug() << PDEBUG;
return fileName;
}
QString GraphicalItem::getName()
{
if (debug) qDebug() << PDEBUG;