diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-28 17:25:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-28 20:08:15 +0900 |
| commit | 1df9f282051905555d02d43069a2c9ca0cc89270 (patch) | |
| tree | 26503cc0133f64bfb289d226ac1a6022824c1bf0 /src/kernel | |
| parent | 0b8fe7da6fe7441e08ab69a1e21ad1bf2833c474 (diff) | |
| download | tqt-1df9f282051905555d02d43069a2c9ca0cc89270.tar.gz tqt-1df9f282051905555d02d43069a2c9ca0cc89270.zip | |
Remove Q_NO_EXPLICIT_KEYWORD and Q_EXPLICIT macros.
We are using c++17 compilers, so 'explicit' is supported.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel')
| -rw-r--r-- | src/kernel/tqwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/tqwidget.h b/src/kernel/tqwidget.h index ce26e00cb..c7a9733bb 100644 --- a/src/kernel/tqwidget.h +++ b/src/kernel/tqwidget.h @@ -139,7 +139,7 @@ class TQ_EXPORT TQWidget : public TQObject, public TQPaintDevice TQ_PROPERTY( double windowOpacity READ windowOpacity WRITE setWindowOpacity DESIGNABLE false ) public: - Q_EXPLICIT TQWidget( TQWidget* parent=0, const char* name=0, WFlags f=0, NFlags n=0 ); + explicit TQWidget( TQWidget* parent=0, const char* name=0, WFlags f=0, NFlags n=0 ); ~TQWidget(); WId winId() const; |
