----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129277/#review100864 -----------------------------------------------------------
Any hope that this could have fixed the cause for bug 345871? - Christoph Feck On Oct. 31, 2016, 11:49 a.m., Gleb Popov wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/129277/ > ----------------------------------------------------------- > > (Updated Oct. 31, 2016, 11:49 a.m.) > > > Review request for Solid. > > > Repository: solid > > > Description > ------- > > This patch replaces uses of `typedef QList<QByteArray> ByteArrayList;` with > built-in `QByteArrayList` type. This type was in Qt since 5.4, while Solid > requires 5.5. > > > Diffs > ----- > > src/solid/devices/backends/udisks2/udisks2.h 0abf915 > src/solid/devices/backends/udisks2/udisksdevice.cpp 5283c2a > src/solid/devices/backends/udisks2/udisksmanager.cpp 1e149c2 > src/solid/devices/backends/udisks2/udisksstorageaccess.cpp 1bd6acf > > Diff: https://git.reviewboard.kde.org/r/129277/diff/ > > > Testing > ------- > > Compiles, mounting works. > > > Thanks, > > Gleb Popov > >