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
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.