kde-workspace/kioslave
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
..
camera generic: preperations for kdelibs changes 2023-06-17 23:27:11 +03:00
mtp generic: adjust to KUrl changes 2023-06-26 20:48:03 +03:00
network kioslave: clear the KIO::UDSEntry object before emitting the last network:/ entry 2023-07-09 20:57:41 +03:00
remote generic: preperations for kdelibs changes 2023-06-17 23:27:11 +03:00
sftp generic: replace QVarLengthArray<T> with std::vector<T> and QVector<T> 2023-07-30 18:50:02 +00:00
thumbnail kioslave: discard the data buffer and pixmap once text thumbnail is created 2023-07-29 20:21:48 +03:00
trash kioslave: remove trash migration code 2023-06-27 09:10:47 +03:00
CMakeLists.txt generic: drop floppy support 2023-07-14 06:26:25 +03:00