diff options
author | Michele Calgaro <[email protected]> | 2021-02-13 14:35:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-02-13 14:36:16 +0900 |
commit | 0fa6ad42e8e3ec60d90d94f214ae4496f379bcf2 (patch) | |
tree | b367c9aea1b713bed2c21268fae60062ee980e3b /examples | |
parent | 529485e7e30dd24c4c71a343cd8bf4cfc2a08808 (diff) | |
download | tqt3-0fa6ad42e8e3ec60d90d94f214ae4496f379bcf2.tar.gz tqt3-0fa6ad42e8e3ec60d90d94f214ae4496f379bcf2.zip |
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 0f480dc43f6a3dc50b438a17fc2526ca444065ec)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/chart/element.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chart/element.h b/examples/chart/element.h index da5476842..4b1b81ad0 100644 --- a/examples/chart/element.h +++ b/examples/chart/element.h @@ -57,7 +57,7 @@ public: void setProX( int index, double value ); void setProY( int index, double value ); -#ifdef Q_FULL_TEMPLATE_INSTANTIATION +#ifdef TQ_FULL_TEMPLATE_INSTANTIATION // xlC 3.x workaround Q_DUMMY_COMPARISON_OPERATOR(Element) bool operator!=( const Element& e) const { |