The converter is registered here: https://sourceforge.net/p/qwt/git/ci...c/qwt_text.cpp
Maybe you can use the debugger to find out why it is called twice or if there is another place where such a converter is registered.
Uwe
The converter is registered here: https://sourceforge.net/p/qwt/git/ci...c/qwt_text.cpp
Maybe you can use the debugger to find out why it is called twice or if there is another place where such a converter is registered.
Uwe
Thanks Uwe. In case anyone has this issue in the future, my problem was statically linking to the qwt library twice within an app. Once in the main tool and a second time in a plugin. I removed the second link (from the plugin) and the warning is now gone.
d_stranz (2nd September 2022)
Bookmarks