Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
Originally posted by AP.Sakkthivel
since the above statement is not compiled when i use Qt4 GPL for win with minGW
|
|
Source code |
1 |
QMutex Thread::Mutex; |
Quoted
Originally posted by AP.Sakkthivel
I did the same exactly but my question is
cant we use Constuctor for initializing
|
|
Source code |
1 |
QMutex Thread::Mutex = QMutex(); |
|
|
Source code |
1 |
QMutex Thread::Mutex(QMutex()); |
Quoted
Originally posted by AP.Sakkthivel
can you say why?
This post has been edited 1 times, last edit by "jacek" (Aug 5th 2005, 12:04pm)