Sort categories with translated names
This commit is contained in:
@@ -147,11 +147,11 @@ QPixmap BackgroundAttributes::pixmap() const
|
||||
QDebug operator<<(QDebug dbg, const KDChart::BackgroundAttributes& ba)
|
||||
{
|
||||
dbg << "KDChart::BackgroundAttributes("
|
||||
<< "visible="<<ba.isVisible()
|
||||
<< "brush="<<ba.brush()
|
||||
<< "pixmapmode="<<ba.pixmapMode()
|
||||
<< "pixmap="<<ba.pixmap()
|
||||
<< ")";
|
||||
<< "visible="<<ba.isVisible()
|
||||
<< "brush="<<ba.brush()
|
||||
<< "pixmapmode="<<ba.pixmapMode()
|
||||
// << "pixmap="<<ba.pixmap()
|
||||
<< ")";
|
||||
return dbg;
|
||||
}
|
||||
#endif /* QT_NO_DEBUG_STREAM */
|
||||
|
||||
Reference in New Issue
Block a user