I have the following:
#define versions 0.9.0
and I want to add to QString:
QString str = QString("Software version %1").arg(versions);
this won't work. anyone know why?
thanks
#define versions "0.9.0"
You forgot to put quotes around the version number.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With