[PC-BSD Commits] r21486 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Wed Feb 13 17:15:27 PST 2013
Author: kenmoore
Date: 2013-02-14 01:15:26 +0000 (Thu, 14 Feb 2013)
New Revision: 21486
Modified:
pcbsd-projects/PCDM/themeStruct.cpp
Log:
Add a bit of debugging to the new PCDM theme structure
Modified: pcbsd-projects/PCDM/themeStruct.cpp
===================================================================
--- pcbsd-projects/PCDM/themeStruct.cpp 2013-02-13 23:28:01 UTC (rev 21485)
+++ pcbsd-projects/PCDM/themeStruct.cpp 2013-02-14 01:15:26 UTC (rev 21486)
@@ -178,6 +178,7 @@
}else{
ret = items[index].icon;
}
+ qDebug() << "Theme:" << item << "Icon:" << ret;
return ret;
}
@@ -189,6 +190,7 @@
}else{
ret = items[index].iconSize;
}
+ qDebug() << "Theme:" << item << "Size:" << ret;
return ret;
}
More information about the Commits
mailing list