minor improvements
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#ifndef GLIMAGEBOX_H
|
||||
#define GLIMAGEBOX_H
|
||||
|
||||
#include <Mod/Image/App/ImageBase.h>
|
||||
#include <QGLWidget>
|
||||
#include <Mod/Image/App/ImageBase.h>
|
||||
#include <QGLWidget>
|
||||
|
||||
namespace ImageGui
|
||||
{
|
||||
@@ -75,7 +75,7 @@ public:
|
||||
unsigned int pixValToMapIndex(double PixVal);
|
||||
|
||||
Q_SIGNALS:
|
||||
void drawGraphics();
|
||||
void drawGraphics();
|
||||
|
||||
private:
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
virtual ~ImageView();
|
||||
|
||||
const char *getName(void) const {return "ImageView";}
|
||||
void onUpdate(void){};
|
||||
void onUpdate(void){}
|
||||
|
||||
bool onMsg(const char* ,const char** ){ return true; }
|
||||
bool onHasMsg(const char* ) const { return false; }
|
||||
|
||||
Reference in New Issue
Block a user