@jsulm the data that is sent is in the form of a char array, example,
char message[] = "message here";I use QString because before I was using std::string and I was getting errors when trying to submit that to the line edit, I think conversion type errors, using a QString removed that error and thus I just stuck with it.
edit: oh it is working now, I feel like we didnt change anything though and we were just going through debug statements