[Qt-interest] QCoreApplication derived class' slots not being called
Andrea Franceschini
therealmorpheu5 at gmail.com
Sat Jan 24 12:11:11 CET 2009
2009/1/23 Thiago Macieira <thiago.macieira at trolltech.com>:
> But I haven't seen anything that would require reimplementing exec(). You
> can use the standard one from QCoreApplication.
Of course I'd like to, but how? At the moment I'm doing something like
int main(int argc, char** argv) {
Application a(argc, argv);
a.exec();
return 0;
}
and without reimplementing exec() in my derived class, the application
would simply quit.
More information about the Qt-interest-old
mailing list