Merged Audio branch to trunk

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@560 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2012-06-24 17:19:34 +00:00
parent 06fb556e78
commit 17b8e10ed8
111 changed files with 8370 additions and 9779 deletions

View File

@@ -20,11 +20,11 @@
#ifndef PDFPLOT_H_
#define PDFPLOT_H_
#include "Plot.h"
#include <utilite/UPlot.h>
namespace rtabmap {
class PdfPlotItem : public PlotItem
class PdfPlotItem : public UPlotItem
{
public:
PdfPlotItem(float dataX, float dataY, float width, int childCount = -1);
@@ -47,7 +47,7 @@ private:
};
class PdfPlotCurve : public PlotCurve
class PdfPlotCurve : public UPlotCurve
{
Q_OBJECT