Added QT_NO_KEYWORDS build compilation to avoid conflicts with boost signals used in the ROS package

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@347 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
matlabbe
2014-07-08 19:55:03 +00:00
parent 3c36e088d7
commit 488c5865fe
18 changed files with 50 additions and 49 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ void PdfPlotCurve::setData(const QMap<int, float> & dataMap, const QMap<int, int
//reset minMax, this will force the plot to update the axes
this->updateMinMax();
emit dataChanged(this);
Q_EMIT dataChanged(this);
}
}