[Qt-interest] QCoreApplication derived class' slots not being called
Andrea Franceschini
therealmorpheu5 at gmail.com
Wed Jan 21 16:24:22 CET 2009
Uhm, brilliant observation: can this have something to do with the
fact that I overridden the exec() method?
int Glyphs::Application::exec() {
forever {
sleep(50);
processEvents();
}
}
Thanks again.
More information about the Qt-interest-old
mailing list