Ensure UpdateGL is available as a slot.
This commit is contained in:
parent
001712e6cf
commit
a6a1c4bc15
1 changed files with 3 additions and 1 deletions
|
|
@ -62,11 +62,13 @@ public:
|
|||
public slots:
|
||||
void ZoomIn(void);
|
||||
void ZoomOut(void);
|
||||
#if QT_VERSION >= 0x050400
|
||||
inline void updateGL() { update(); }
|
||||
#endif
|
||||
|
||||
public:
|
||||
QLabel *statusLabel;
|
||||
#if QT_VERSION >= 0x050400
|
||||
inline void updateGL() { update(); }
|
||||
inline QImage grabFrameBuffer() { return grabFramebuffer(); }
|
||||
#endif
|
||||
private:
|
||||
|
|
|
|||
Loading…
Reference in a new issue