Hi, im using QTCreator to compile my QT project with mingw 32 bit. Thing is, while building as debug, everything is working fine but, if i change to release, something begins to missfunction without a warning.
More specifically, im working on a chat service, when im in debug mode, and someone clicks on his friend's name or join a room, a new tab is open with a widget in it that contains the chat text and people.
In release mode (same console, still into the creator enviroment), everything seems ok, but the new tab is never open, simply nothing happens and no error is shown in console. Any idea?