Make compile with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"

wilder-work
Montel Laurent 15 years ago
parent b77ef20cee
commit 2d5679cd91
  1. 2
      kmsystemtray.cpp

@ -289,7 +289,7 @@ void KMSystemTray::fillFoldersMenu( QMenu *menu, const QAbstractItemModel *model
}
mCount += count;
QString label = parentName.isEmpty() ? "" : parentName + "->";
QString label = parentName.isEmpty() ? QLatin1String("") : QString(parentName + QLatin1String("->"));
label += model->data( index ).toString();
label.replace( QLatin1String( "&" ), QLatin1String( "&&" ) );

Loading…
Cancel
Save