----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122133/ -----------------------------------------------------------
Review request for Plasma. Repository: plasma-desktop Description ------- I couldn't build plasma-desktop from master since the compiler was throwing the following error in keyboard/preview/kbpreviewframe.cpp, starting on line 184: "error: variable length array of non-POD element type 'QPoint'". The main source of the problem was the allocation of QPoint temp[cordi_count] bound to a non constant variable. This patch makes use of some C++11 features, is that a problem? Diffs ----- kcms/keyboard/preview/kbpreviewframe.cpp 9735eb0 Diff: https://git.reviewboard.kde.org/r/122133/diff/ Testing ------- plasma-desktop recompiled with success. Thanks, Roney Gomes
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel