You're attempting to use QProcess the way it works in Qt 4. You're using Qt 3 so you should read docs of Qt 3: QProcess.
PS. Do NOT pass an uninitialized pointer as parent!
You're attempting to use QProcess the way it works in Qt 4. You're using Qt 3 so you should read docs of Qt 3: QProcess.
PS. Do NOT pass an uninitialized pointer as parent!
J-P Nurmi
gurinder (6th February 2008)
Bookmarks