Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <QCoreApplication>
- #include "process.h"
- int main(int argc, char *argv[])
- {
- QCoreApplication a(argc, argv);
- Process proc;
- proc.say("MediaTutorial Hello World");
- return a.exec();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement