From koffice-devel Fri Jun 22 14:29:54 2001 From: aleXXX Date: Fri, 22 Jun 2001 14:29:54 +0000 To: koffice-devel Subject: qrichtext.cpp change X-MARC-Message: https://marc.info/?l=koffice-devel&m=99322019415862 Hi, qrichtext.cpp didn't compile, I committed the following change, it seems the cvs log didn't made it through. Please have a look whether it is ok. Bye Alex static void qrt_createSelectionPixmap( const QColorGroup &cg ) { qrt_selection = new QPixmap( 2, 2 ); - qrt_cleanup_pixmap.add( &qrt_selection ); + qrt_cleanup_pixmap.add( qrt_selection ); qrt_selection->fill( Qt::color0 ); _______________________________________________ Koffice-devel mailing list Koffice-devel@master.kde.org http://master.kde.org/mailman/listinfo/koffice-devel