0
所以我目前使用我的類的構造函數具有的QMainWindow作爲基礎下面的代碼:獲取有關成員函數調用錯誤
char *name = this->windowTitle().toWCharArray;
的代碼產生以下錯誤:
error C3867: 'QString::toWCharArray': function call missing argument list;
use '&QString::toWCharArray' to create a pointer to member
我不確定如何繼續,以便我可以成功獲取窗口的標題。
在StackOverflow上搜索此錯誤代碼會引發其他問題,其中包括[此答案](http://stackoverflow.com/a/9525899/1281433)。 –