forked from qt-creator/qt-creator
Maemo: Improve clean-up behaviour on remote hosts.
We now remove files we have created on the device because they are temporarily needed. This includes package files, mount points and pipes. Task-number: QTCREATORBUG-2709
This commit is contained in:
@@ -134,7 +134,7 @@ private:
|
||||
void unmountOldDirs();
|
||||
void setupMount();
|
||||
void prepareSftpConnection();
|
||||
void runDpkg(const QString &packageFilePath);
|
||||
void runDpkg(const QString &packageFilePath, bool removeAfterInstall);
|
||||
|
||||
static const QLatin1String Id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user