Capture temp file to use userAlias instead of name for filename since Windows port names are now named NPF_XXXX
This commit is contained in:
parent
8bfeafddf9
commit
e3b75d5ca8
@ -122,7 +122,7 @@ public:
|
||||
delete capFile_;
|
||||
capFile_ = new QTemporaryFile(QString(QDir::tempPath())
|
||||
.append("/")
|
||||
.append(name())
|
||||
.append(userAlias())
|
||||
.append(".XXXXXX"));
|
||||
return capFile_;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user