Launch the gamelauncher in glosc config app, just to be safe

UWP_Overlay 1.1
Peter Repukat 8 years ago
parent 60cd81dbf1
commit b7a533ea42

@ -23,6 +23,11 @@ GloSC::GloSC(QWidget *parent)
updateEntryList(); updateEntryList();
updateTargetsToNewVersion(); updateTargetsToNewVersion();
//Launch the gamelauncher here, just to be safe
//Don't need to check if the process already exists as it does it itself
QProcess proc;
proc.startDetached("GloSC_Gamelauncher.exe", QStringList(), QDir::toNativeSeparators(QApplication::applicationDirPath()), nullptr);
} }
void GloSC::updateEntryList() void GloSC::updateEntryList()

@ -24,6 +24,7 @@ limitations under the License.
#include <QFileDialog> #include <QFileDialog>
#include <qlist.h> #include <qlist.h>
#include <qmessagebox.h> #include <qmessagebox.h>
#include <qprocess.h>
#include <Windows.h> #include <Windows.h>
#include <appmodel.h> #include <appmodel.h>

Loading…
Cancel
Save