& symbol before identifer
-
If we are talking about ampersands in strings it is most probably responsible for creating automatic "shortcuts":http://doc.qt.nokia.com/stable/qshortcut.html#details. If we are talking about variables here the ampersand is used as reference or address-of operator.
-
[quote author="Lukas Geyer" date="1321103036"]If we are talking about ampersands in strings it is most probably responsible for creating automatic "shortcuts":http://doc.qt.nokia.com/stable/qshortcut.html#details. If we are talking about variables here the ampersand is used as reference or address-of operator.[/quote]
Thanks. It is that I have been searching.