On terça-feira, 20 de março de 2012 16.27.14, Efan... wrote:
> that is the problem it is not virtual in QApplication it is virtual in
> QCoreApplicatoin

It is.

class Base {
public:
    virtual void compressEvents();
};

class Derived: public Base {
public:
    void compressEvents();
};

It's virtual in both.
--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to