You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QSettings.SetValue takes this type. In C++ you would pass a string literal, but in Miqt you must use *qt.NewQAnyStringView3. It would be simpler if this type was not used for QSettings.
The text was updated successfully, but these errors were encountered:
QSettings.SetValue
takes this type. In C++ you would pass a string literal, but in Miqt you must use*qt.NewQAnyStringView3
. It would be simpler if this type was not used for QSettings.The text was updated successfully, but these errors were encountered: