Hi Peter,
They are different, but I think it does not make a big difference in our case. This page sheds some light on the issue:
[snip]
So static data members are just (more...)
Hi Peter,
Just fixed the problem in SocketAllocator - simply replaced the cast to an int with a cast to QObject * (that’s what SignalMapper supports) - all pointers do have (more...)
Hi Petr,
I thought so at first (class can be considered as a namespace from my point of view), but then I did a little bit of searching and found that (more...)
Hi Giles,
Just fixed the problem in SocketAllocator - simply replaced the cast to an int with a cast to QObject * (that's what SignalMapper supports) - all pointers do have (more...)
Hi Giles,
That's quite weird actually! Maybe your Qt4 installation is messed up... On my machine:
ls /usr/local/Trolltech/Qt-4.3.0/mkspecs
aix-g++ freebsd-g++40 irix-cc (more...)
Hello Peter
Ok. Still getting problems but better recap on what I am/should be doing.
I found /usr/lib64/qt4/bin/qmake so have altered my $PATH so that it picks that one up first.
I (more...)
Hi Peter,
Do static objects of class scope belong to the objects of namespace scope?
I thought so at first (class can be considered as a namespace from my point of view), (more...)