kde-workspace/kate
Ivailo Monev 19b46a1c46 generic: replace QVarLengthArray<T> with std::vector<T> and QVector<T>
std::vector<T> for when the data does not have to be shared (e.g. POD
types) and there is no Q_DECLARE_TYPEINFO() involved, QVector<T> for when
data should be shared

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-07-30 18:50:02 +00:00
..
addons kate: drop hellowword, openheader and tabbarextension plugins 2023-07-03 21:00:28 +03:00
part generic: replace QVarLengthArray<T> with std::vector<T> and QVector<T> 2023-07-30 18:50:02 +00:00
src kate: remove unused headers inclusions 2023-06-29 02:19:28 +03:00
tests kate: testing build fix 2023-07-16 09:03:37 +03:00
.kateconfig generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
AUTHORS generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
CMakeLists.txt generic: remove references to build variables that are no set 2023-06-17 19:23:17 +03:00
config.h.cmake generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
COPYING-GPL3 generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
COPYING-LGPL3 generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00
COPYING.LIB generic: move sub-projects from kde-baseapps [ci reset] 2022-05-14 21:56:54 +03:00