QObject connection function

前端 未结 3 1876
被撕碎了的回忆
被撕碎了的回忆 2020-12-06 04:42

I checked other similar questions and tried their solutions but they don\'t work for me.

I\'m basically trying to make a http client that only makes post requests. I

3条回答
  •  时光说笑
    2020-12-06 05:20

    You probably forgot to use the Q_OBJECT macro. Every class that implements its own slots/signals needs that macro. Don't forget that you need to add your header/source file to the .pro file.

提交回复
热议问题