alexxed / narro

Automatically exported from code.google.com/p/narro
2 stars 4 forks source link

SafeHtml is not a property in QTextBox #333

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Trying to create a new project.

Exception Type:   QUndefinedPropertyException 

Source File:   [...]/narro/panel/NarroProjectEditPanel.class.php     Line:   
124 

Line 124:                $this->txtProjectName->SafeHtml = true;

2. It seems the Feb 5, 2012 commit added the SafeHtml property.
http://code.google.com/p/narro/source/detail?r=72857713ab39032e71d2c2761d1e65631
6261307

3. The December 2012 revision 6846f236739f "Fixes after upgrading qcubed." 
seems to have caused that property to be no longer be available.

4. I don't know this project well enough to decide how you want to handle this 
mismatch.

Original issue reported on code.google.com by forrest-...@mibsoftware.com on 9 Jan 2013 at 8:27