Hi,
I have found the below code in qpoint.h file
Qt Code:
#if defined(Q_OS_MAC) int yp; int xp; #else int xp; int yp; #endifTo copy to clipboard, switch view to plain text mode
Does changing the order of declaration variabes affect the performance.
Bookmarks