[PC-BSD Commits] r21535 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 15 07:59:05 PST 2013
Author: kenmoore
Date: 2013-02-15 15:59:05 +0000 (Fri, 15 Feb 2013)
New Revision: 21535
Modified:
pcbsd-projects/PCDM/themeStruct.cpp
Log:
Add some debugging for the spacers, and see if this fix works
Modified: pcbsd-projects/PCDM/themeStruct.cpp
===================================================================
--- pcbsd-projects/PCDM/themeStruct.cpp 2013-02-15 15:56:12 UTC (rev 21534)
+++ pcbsd-projects/PCDM/themeStruct.cpp 2013-02-15 15:59:05 UTC (rev 21535)
@@ -231,8 +231,9 @@
if( itemNames[i].startsWith("spacer") ){
if(items[i].isVertical){ isvert="true"; }
else{ isvert="false"; }
- spc << isvert + "::" + items[i].x1 +"::"+ items[i].y1;
+ spc << isvert + "::" + QString(items[i].x1) +"::"+ QString(items[i].y1);
}
}
+ qDebug() << "Spacers:" << spc;
return spc;
}
More information about the Commits
mailing list