[Interest] is there any way to avoid compression of event

Thiago Macieira thiago.macieira at intel.com
Wed Mar 21 00:35:23 CET 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120321/4b09e34c/attachment.sig>


More information about the Interest mailing list