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
In the source file, the percent sign is used for string addition (I don't know why). I had to replace it with + so that the code compiles (Qt 5.7.0, Microsoft Visual Studio 2013). Then it worked nicely.