Skip to content

[Fix] slot must be const char*

Jonas Toth requested to merge fix_pictures into master

Signal/Slot mechanism did not instantiate a TString, now is back to const char* and works.

Fixes #28 (closed)

Merge request reports