DonaldDuck313

Results 8 comments of DonaldDuck313

You need to set `QAPPLICATION_CLASS` to `QApplication` in your .pro file (*not* in main.cpp): ``` DEFINES += QAPPLICATION_CLASS=QApplication ``` I got this error because I defined it in main.cpp, which...

It would be really nice if this could be fixed. Personally I use `ob_start` in my own code to use JShrink, so my code looks something like this: ``` function...

The app I'm making uses Android's [`Location.getLatitude()`](https://developer.android.com/reference/android/location/Location#getLatitude()) and [`Location.getLongitude()`](https://developer.android.com/reference/android/location/Location#getLongitude()) methods which seem to return the correct format (they return a `double` so that's the only thing that would make sense)....

I guess the two first plugins aren't really part of this issue, sorry for that. The following script should be the minimal one to reproduce the issue: ``` plugins {...

> I'm sorry but I am not an Android developer. I guess that's why you can't reproduce it, I'm quite sure this problem can only be reproduced in Android Studio...

> The first test is does it happen in safe mode ? To eliminate plugin interference I don't know, it happens randomly and it's rare enough that it's hard to...

What exactly do you mean by `TypeParam`? For `Date` the solution could be to whitelist specific types such as `Date`, `number`, `bigint`, `string`, and possibly others.

Yes, that seems to work. Could you update the documentation then? The link you provided is to unpkg.com, but the documentation still links to cdnjs.com.