How to remove qt_static_metacall errors for removed signal
Solved
General and Desktop
-
-
Hi, for the past few days now , i have been getting this ever once in a while if i try to load code into other machines, simply deleting the offending line does not work because it always comes back after some time, is there a proper way to stop this ?
@agmar said in How to remove qt_static_metacall errors for removed signal:
because it always comes back after some time
Because this is generated code!
Simply do a complete rebuild: delete build folder, run qmake and build. -
@agmar said in How to remove qt_static_metacall errors for removed signal:
because it always comes back after some time
Because this is generated code!
Simply do a complete rebuild: delete build folder, run qmake and build. -