mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user