User:Milliams: Difference between revisions

From KDE TechBase
mNo edit summary
mNo edit summary
Line 1: Line 1:
Currently working on [http://websvn.kde.org/trunk/playground/games/ksquares/ KSquares]
Currently working on [http://websvn.kde.org/trunk/playground/games/ksquares/ KSquares] and various parts of KDE Games.


Website/blog found at [http://milliams.com milliams.com].
Website/blog found at [http://milliams.com milliams.com].
{{Code|
title=Title|
args=cpp n|
text=QStringList tempNames;
for(int i=0; i<=3; i++)
{
tempNames.append(nameLineEditList.at(i)->text());
}
Settings::setPlayerNames(tempNames);
}}

Revision as of 00:24, 18 April 2007

Currently working on KSquares and various parts of KDE Games.

Website/blog found at milliams.com.