mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 12:12:39 +02:00
Merge branch 'qt-launcher' of github.com:danteruiz/hifi into qt-launcher
This commit is contained in:
commit
67033fc13a
2 changed files with 1 additions and 2 deletions
|
@ -11,4 +11,3 @@ void swapLaunchers(const QString& oldLauncherPath = QString(), const QString& ne
|
|||
#ifdef Q_OS_MAC
|
||||
bool replaceDirectory(const QString& orginalDirectory, const QString& newDirectory);
|
||||
#endif
|
||||
>>>>>>> 09b9b1e10cae3dfc901d48c5af8f0b6f486cbbda
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <QDebug>
|
||||
|
||||
void launchClient(const QString& clientPath, const QString& homePath, const QString& defaultScriptOverride,
|
||||
const QString& displayName, const QString& contentCachePath, const QString& loginTokenResponse) {
|
||||
const QString& displayName, const QString& contentCachePath, QString& loginTokenResponse) {
|
||||
|
||||
NSString* homeBookmark = [[NSString stringWithFormat:@"hqhome="] stringByAppendingString:homePath.toNSString()];
|
||||
NSArray* arguments;
|
||||
|
|
Loading…
Reference in a new issue