-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/113258/
-----------------------------------------------------------

(Updated Oct. 21, 2013, 6:25 p.m.)


Status
------

This change has been marked as submitted.


Review request for KDE Frameworks.


Repository: kdelibs


Description
-------

Fix compilation with C++11 enabled.

QStringLiteral expands to code containing a lambda with C++11 support
enabled, which then ends up in a typeof expression as part of the
Q_FOREACH macro, which must not contain lambdas (similar to decltype
and some other template stuff).


Diffs
-----

  kded/vfolder_menu.cpp 3f7cf790bc1dd06339b67237c716fe943f6a369e 
  tier1/kconfig/src/kconf_update/kconf_update.cpp 
41923888690671d9dfd6bafc0341284796c13088 
  tier3/kinit/src/klauncher/autostart.cpp 
e0f2c74f4b935994e5d3422d8abdfa1bd955d418 
  tier4/kcmutils/src/ksettings/dialog.cpp 
376075541c74f56ceeeb3b640cd9b791b04d32ad 

Diff: http://git.reviewboard.kde.org/r/113258/diff/


Testing
-------


Thanks,

Volker Krause

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to