firemail
标题:
不能将“this”指针从“const ContactDelegate”转换为“ContactDelegate &”
[打印本页]
作者:
Qter
时间:
2020-3-10 14:07
标题:
不能将“this”指针从“const ContactDelegate”转换为“ContactDelegate &”
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 C2662 “void QFont::setPointSize(int)”: 不能将“this”指针从“const QFont”转换为“QFont &”
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 C2662 “QPixmap ContactDelegate::rixmapToRound(const QPixmap &,int)”: 不能将“this”指针从“const ContactDelegate”转换为“ContactDelegate &”
[size=18.6667px]解析:
[size=18.6667px]常量对象使用了非常量成员函数,
[size=18.6667px]解决方法是:
[size=18.6667px]在该非常量成员函数的声明和定义的参数列表后加上const,使之成为常量成员函数即可
https://blog.csdn.net/weixin_33753003/article/details/94519875
欢迎光临 firemail (http://firemail.wang:8088/)
Powered by Discuz! X3