11 lines
149 B
C
11 lines
149 B
C
|
#pragma once
|
||
|
|
||
|
#include "imageshowtool_global.h"
|
||
|
#include "qcustomplot.h"
|
||
|
|
||
|
class IMAGESHOWTOOL_EXPORT ImageshowTool
|
||
|
{
|
||
|
public:
|
||
|
ImageshowTool();
|
||
|
};
|