Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt for MCUs 2.2.4, Qt for MCUs 2.6, Qt fo MCUs 2.5.2
-
1bc2b4b0, e0063d7e, da0ed20c, 876b07b1
Description
Allow Qul::Signal to take std::string as parameter, the issue is due to when trying to write a slot for a std::string signal, you currently get a Slot<void(Qul::Private::String)>, and the constructor call fails when passing the signal with the different argument type.
As a workaround, it compiles when defined as
Qul::Signal<void(Qul::Private::String str)>
Attachments
Issue Links
- mentioned in
-
Page Loading...