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
When mocking a class with such a method:
virtual QList<int> get() = 0;
The result of gmock_gen.py is:
MOCK_METHOD0(get, QList());
The template argument is missing.
Original issue reported on code.google.com by w...@google.com on 29 Sep 2010 at 5:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
w...@google.com
on 29 Sep 2010 at 5:14The text was updated successfully, but these errors were encountered: