- Timestamp:
- Jul 29, 2021 7:54:50 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r90376 r90386 334 334 { 335 335 /* Gather possible file names, there can be few of them: */ 336 const QStringList fileNames = QStringList() << "id_rsa " << "id_rsa.pub";336 const QStringList fileNames = QStringList() << "id_rsa.pub" << "id_rsa"; 337 337 /* For each file name we have to: */ 338 338 foreach (const QString &strFileName, fileNames)
Note:
See TracChangeset
for help on using the changeset viewer.