Fix coding style

This commit is contained in:
thalieht 2018-06-14 14:46:50 +03:00 committed by sledgehammer999
parent 976e2450ec
commit c99ac99a99
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
31 changed files with 162 additions and 165 deletions

View file

@ -27,6 +27,7 @@
*/
#include "bytearray.h"
#include <QList>
QList<QByteArray> Utils::ByteArray::splitToViews(const QByteArray &in, const QByteArray &sep, const QString::SplitBehavior behavior)