[Qt-interest] try-catch in QApplication::notify() reimplementation

Karl Krach mailinglists at blueSpirit.la
Fri Aug 6 08:31:34 CEST 2010


Hello Andreas,

yes, you re right. I gonna send a request for a "@overloaded" annotation as in
C# :)

Thanks a lot,

Charly

Andreas Pakulat <apaku at gmx.de> schrieb:
> On 05.08.10 15:18:03, Karl Krach wrote:
> > but it's not working:
> > 
> > class MyApplication : public QApplication
> > {
> > public:
> >     MyApplication(int argc, char** argv) : QApplication(argc, argv) {}
> >     virtual ~MyApplication() {}
> >     virtual bool nofity(QObject *rec, QEvent *ev)
> 
> You have a typo here, its 'notify' not 'nofity'.
> 
> 
> Andreas





More information about the Qt-interest-old mailing list