~ubuntu-branches/ubuntu/vivid/qtdeclarative-opensource-src-gles/vivid

« back to all changes in this revision

Viewing changes to tests/auto/quick/nokeywords/tst_nokeywords.cpp

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2015-03-11 16:51:45 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150311165145-7653iqap3mau92gy
Tags: 5.4.1-0ubuntu1
Sync package with qtdeclarative-opensource-src - 5.4.1-1ubuntu3

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
    void mySignal();
88
88
 
89
89
public Q_SLOTS:
90
 
    inline void mySlot() { mySignal(); }
 
90
    inline void mySlot()
 
91
    {
 
92
        Q_UNUSED(signals);
 
93
        Q_UNUSED(slots);
 
94
 
 
95
        mySignal();
 
96
    }
91
97
 
92
98
private:
93
99
    int signals;