Merge master into gtk3

This commit is contained in:
heckflosse
2016-10-28 17:59:47 +02:00
259 changed files with 5061 additions and 3654 deletions

View File

@@ -123,7 +123,7 @@ void CoordinateAdjuster::createWidgets(const std::vector<Axis> &axis)
axisAdjusters.resize(axis.size());
for (unsigned int i = 0; i < count; ++i) {
AxisAdjuster *currAdjuster = NULL;
AxisAdjuster *currAdjuster = nullptr;
const Axis *currAxis = &(axis.at(i));
axisAdjusters.at(i) = new AxisAdjuster(this, currAxis, i);
currAdjuster = axisAdjusters.at(i);