[Patch] Harmless Safari merges, please review.

Dirk Mueller mueller at kde.org
Sun Jul 27 10:21:19 BST 2003


On Mit, 23 Jul 2003, Leo Savernik wrote:

> - Renaming TextSlave to TextRun and inherit it from InlineBox
> - Activating compilation and "porting" of render_line.cpp

Looks okay. Please note that some of the changes break the code style, i.e.
its 

void Foo::bar()
{
  // some stuff
}

and not

void Foo::bar() {
  // some stuff
}


-- 
Dirk




More information about the kfm-devel mailing list