diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-05 18:54:52 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-05 22:40:03 +0900 |
| commit | 0ee946e4cf239295e382af06e6404cb48fb4e2fa (patch) | |
| tree | 585904970e5c66e717b83e0683e8bf972dd6d37d /src/opengl/ntqgl.h | |
| parent | ceb93b10fa4bfc790da00cb71876a81db1f93dae (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 6r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 771af909e74927126fba90ec6e0298dc68d5bf4f)
Diffstat (limited to 'src/opengl/ntqgl.h')
| -rw-r--r-- | src/opengl/ntqgl.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/opengl/ntqgl.h b/src/opengl/ntqgl.h index 858a96494..0949cae41 100644 --- a/src/opengl/ntqgl.h +++ b/src/opengl/ntqgl.h @@ -304,12 +304,12 @@ public: #ifndef Q_QDOC virtual void setContext( TQGLContext* context, const TQGLContext* shareContext = 0, - bool deleteOldContext = TRUE ); + bool deleteOldContext = true ); #endif virtual TQPixmap renderPixmap( int w = 0, int h = 0, - bool useContext = FALSE ); - virtual TQImage grabFrameBuffer( bool withAlpha = FALSE ); + bool useContext = false ); + virtual TQImage grabFrameBuffer( bool withAlpha = false ); virtual void makeOverlayCurrent(); const TQGLContext* overlayContext() const; @@ -318,7 +318,7 @@ public: void setMouseTracking( bool enable ); virtual void reparent( TQWidget* parent, WFlags f, const TQPoint& p, - bool showIt = FALSE ); + bool showIt = false ); const TQGLColormap & colormap() const; void setColormap( const TQGLColormap & map ); @@ -384,8 +384,8 @@ private: void macInternalRecreateContext( TQGLContext *ctx, const TQGLContext* = NULL, - bool update = TRUE ); - bool macInternalDoubleBuffer( bool fix = TRUE ); + bool update = true ); + bool macInternalDoubleBuffer( bool fix = true ); virtual void setRegionDirty( bool ); virtual void macWidgetChangedWindow(); #endif |
