summaryrefslogtreecommitdiffstats
path: root/doc/html/qmap-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-02-13 14:35:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-02-13 14:36:16 +0900
commit0fa6ad42e8e3ec60d90d94f214ae4496f379bcf2 (patch)
treeb367c9aea1b713bed2c21268fae60062ee980e3b /doc/html/qmap-h.html
parent529485e7e30dd24c4c71a343cd8bf4cfc2a08808 (diff)
downloadtqt-0fa6ad42.tar.gz
tqt-0fa6ad42.zip
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0f480dc43f6a3dc50b438a17fc2526ca444065ec)
Diffstat (limited to 'doc/html/qmap-h.html')
-rw-r--r--doc/html/qmap-h.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qmap-h.html b/doc/html/qmap-h.html
index aa67795ec..4f2a90f04 100644
--- a/doc/html/qmap-h.html
+++ b/doc/html/qmap-h.html
@@ -764,7 +764,7 @@ public:
void remove( iterator it ) { detach(); sh-&gt;remove( it ); }
void remove( const Key&amp; k );
-#if defined(Q_FULL_TEMPLATE_INSTANTIATION)
+#if defined(TQ_FULL_TEMPLATE_INSTANTIATION)
bool operator==( const TQMap&lt;Key,T&gt;&amp; ) const { return FALSE; }
#ifndef QT_NO_STL
bool operator==( const std::map&lt;Key,T&gt;&amp; ) const { return FALSE; }