23 #ifndef __APP_RUNNER_H_ 24 #define __APP_RUNNER_H_ 30 #include <QStringList> 68 static void cleanArguments(QStringList &
args);
71 static QString findBundleBinary(
const QFileInfo &file);
87 static void runExecutableWrappedInStandardServerConsole(
Structure holding parameters for application launch.
Message object used to pass messages throughout the Doomseeker's system.
QStringList args
launch parameters
QDir applicationDir
working directory
QFileInfo executable
path to the executable
bool isValid() const
It's valid when at least executable is set.