QTfrontend/res/mapMissing.png
author koda
Sun, 19 Jun 2011 12:34:54 +0200
changeset 5257 0bbdd47522b9
parent 4227 4329abd181c2
child 10556 c4ca0fc00c3b
permissions -rw-r--r--
passing by reference... my darkest enemy actual reason below: In your case (without reference) the compiler generates a temporary object (int) for the first argument of your MyApplication constructor. You pass this temporary int to QApplication’s constructor (with int reference), which saves the address of this reference. Once your MyApplication constructor is done the temporary int is destroyed but QApplication still has its address.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4227
4329abd181c2 Optimized graphics by size using
unc0rr
parents: 3865
diff changeset
     1
(binary:image/png)