From: <hep...@us...> - 2013-07-20 21:42:10
|
Revision: 1331 http://sourceforge.net/p/qterm/code/1331 Author: hephooey Date: 2013-07-20 21:42:08 +0000 (Sat, 20 Jul 2013) Log Message: ----------- Fix the segfault and enable UAO again The UAO codec is still inaccessible from the address book dialog, due to QTBUG-32500, should be fixed in the next release. Modified Paths: -------------- trunk/qterm/src/main.cpp Modified: trunk/qterm/src/main.cpp =================================================================== --- trunk/qterm/src/main.cpp 2013-07-05 07:45:20 UTC (rev 1330) +++ trunk/qterm/src/main.cpp 2013-07-20 21:42:08 UTC (rev 1331) @@ -147,8 +147,7 @@ // Registrate the new codec - // It crashes on exit with Qt5.1 beta - //UAOCodec hackCodec; + (void) new UAOCodec; QTerm::Frame * mw = new QTerm::Frame(); mw->setWindowTitle( "QTerm "+QString(QTERM_VERSION) ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |