Ensure UpdateGL is available as a slot.

This commit is contained in:
Giles Bathgate 2015-10-25 17:08:38 +00:00
parent 001712e6cf
commit a6a1c4bc15

View file

@ -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: