summaryrefslogtreecommitdiffstats
path: root/src/translator_sr.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-11-04 11:52:39 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-11-04 11:52:39 (GMT)
commit7e99e9b66c48da2dfeea29f14b207a30aae62a1e (patch)
tree9a6c7492a7e33953d8854f741aa03010803f0a9d /src/translator_sr.h
parentcc4675afcc5f6825b9302fd0915c0c4148f555ab (diff)
downloadDoxygen-7e99e9b66c48da2dfeea29f14b207a30aae62a1e.zip
Doxygen-7e99e9b66c48da2dfeea29f14b207a30aae62a1e.tar.gz
Doxygen-7e99e9b66c48da2dfeea29f14b207a30aae62a1e.tar.bz2
QGDict::hashAsciiKey: Invalid null key due to empty procedure name
When having a problem like: ``` namespace eval ::tk::dialog {} namespace eval ::tk::dialog::file {} namespace eval ::tk::dialog::file::chooseDir { namespace import -force ::tk::msgcat::* } proc ::tk::dialog::file::chooseDir:: {args} { } ``` This will lead to the following warnings: ``` QGDict::hashAsciiKey: Invalid null key .../aa.tcl:9: warning: Illegal member name found. ``` this is due to the fact that the procedure name definition ends with `::` and thus actually has an empty procedure name (this is legal in TCL). (see also: https://stackoverflow.com/questions/58683103/meaning-of-a-proc-name-ending-with). In case of an empty name the last component is taken for the name too.
Diffstat (limited to 'src/translator_sr.h')
0 files changed, 0 insertions, 0 deletions