feat(symlinks&hardlinks): linkup copy dialog
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -420,7 +420,7 @@ void create_link::runPrivlaged(const QString& offset)
|
||||
qint64 byteswritten = clientConnection->write(block);
|
||||
bool bytesflushed = clientConnection->flush();
|
||||
qDebug() << "block flushed" << byteswritten << bytesflushed;
|
||||
//clientConnection->disconnectFromServer();
|
||||
|
||||
});
|
||||
|
||||
qDebug() << "Listening on pipe" << serverName;
|
||||
@ -437,7 +437,6 @@ void create_link::runPrivlaged(const QString& offset)
|
||||
|
||||
}
|
||||
|
||||
|
||||
void ExternalLinkFileProcess::runLinkFile() {
|
||||
QString fileLinkExe = PathCombine(QCoreApplication::instance()->applicationDirPath(), BuildConfig.LAUNCHER_APP_BINARY_NAME + "_filelink");
|
||||
QString params = "-s " + m_server;
|
||||
@ -463,7 +462,7 @@ void ExternalLinkFileProcess::runLinkFile() {
|
||||
ShExecInfo.lpFile = programNameWin;
|
||||
ShExecInfo.lpParameters = paramsWin;
|
||||
ShExecInfo.lpDirectory = NULL;
|
||||
ShExecInfo.nShow = SW_NORMAL;
|
||||
ShExecInfo.nShow = SW_HIDE;
|
||||
ShExecInfo.hInstApp = NULL;
|
||||
|
||||
ShellExecuteEx(&ShExecInfo);
|
||||
|
Reference in New Issue
Block a user