diff options
Diffstat (limited to 'doc/html/debug.html')
-rw-r--r-- | doc/html/debug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/debug.html b/doc/html/debug.html index cbe7c9ed5..5b479b6f1 100644 --- a/doc/html/debug.html +++ b/doc/html/debug.html @@ -155,7 +155,7 @@ define TQT_NO_CHECK. </h2> <a name="4"></a><p> There is one bug that is so common that it deserves mention here: If you include the <a href="metaobjects.html#TQ_OBJECT">TQ_OBJECT</a> macro in a class declaration and run the -<a href="moc.html">moc</a>, but forget to link the <a href="moc.html#moc">moc</a>-generated +<a href="tqmoc.html">tqmoc</a>, but forget to link the <a href="tqmoc.html#tqmoc">tqmoc</a>-generated object code into your executable, you will get very confusing error messages. Any link error complaining about a lack of <tt>vtbl</tt>, <tt>_vtbl</tt>, <tt>__vtbl</tt> or similar is likely to be a result of this |