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
On line 16 in the file Proxyrole.h , 'using QObject::QObject;' breaks the build with the above error.
I specifically only tested on msvc2013, because i m using another lib that requires that i stay in that kit.
Removing the statement seems to fix the issue and the code subset i am experimenting with still works, but I haven't verified that it breaks something else.
Is my fix workable? asking if it doesn't affect newer compilers.
To potentially save you some work, the code under question was added on August 7,2018 3a55ea0
The text was updated successfully, but these errors were encountered:
On line 16 in the file Proxyrole.h , 'using QObject::QObject;' breaks the build with the above error.
I specifically only tested on msvc2013, because i m using another lib that requires that i stay in that kit.
Removing the statement seems to fix the issue and the code subset i am experimenting with still works, but I haven't verified that it breaks something else.
Is my fix workable? asking if it doesn't affect newer compilers.
To potentially save you some work, the code under question was added on August 7,2018
3a55ea0
The text was updated successfully, but these errors were encountered: