Skip to content
Commit 56e09c98 authored by Milian Wolff's avatar Milian Wolff
Browse files

Fix build with Qt < 5.5.

QVector::append(const QVector&) was only added in Qt 5.5. Before, the
operator+= can be used for the same affect.
parent 32055063
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment