~agateau/libdbusmenu-qt/dev

« back to all changes in this revision

Viewing changes to tests/testutils.h

  • Committer: Aurelien Gateau
  • Date: 2010-08-10 09:31:16 UTC
  • Revision ID: git-v1:9852ee4ce7411660628e34e543c1d87c8ed4dc22
Emit the ItemActivationRequested() signal

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    {
40
40
        append(QVariantList() << v1 << v2);
41
41
    }
 
42
 
 
43
    void receiveCall(int v1, uint v2)
 
44
    {
 
45
        append(QVariantList() << v1 << v2);
 
46
    }
42
47
};
43
48
 
44
49
class MenuFiller : public QObject