View Single Post
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#14
Originally Posted by TNiga View Post
You'll probably also need to put some includes in the beginning of the file:
Code:
#include <QProcess>
#include <QStringList>
Simplified:

Code:
#include <QtCore>
#include <QtGui>
These will include everything you'll need.
 

The Following User Says Thank You to Venemo For This Useful Post: