Revision 1799 trunk/client/gui_qt/WidgetDownloadQueue.cpp
| WidgetDownloadQueue.cpp (revision 1799) | ||
|---|---|---|
| 373 | 373 |
} |
| 374 | 374 |
|
| 375 | 375 |
#ifdef Q_OS_WIN32 |
| 376 |
QDesktopServices::openUrl(location.absoluteFilePath()); |
|
| 376 |
QDesktopServices::openUrl(QUrl(QString("file:///") + location.absoluteFilePath()));
|
|
| 377 | 377 |
#else |
| 378 | 378 |
QDesktopServices::openUrl(QUrl(QString("file://") + location.absoluteFilePath()));
|
| 379 | 379 |
#endif |
| ... | ... | |
| 408 | 408 |
} |
| 409 | 409 |
|
| 410 | 410 |
#ifdef Q_OS_WIN32 |
| 411 |
QDesktopServices::openUrl(location.absoluteFilePath()); |
|
| 411 |
QDesktopServices::openUrl(QUrl(QString("file:///") + location.absoluteFilePath()));
|
|
| 412 | 412 |
#else |
| 413 | 413 |
QDesktopServices::openUrl(QUrl(QString("file://") + location.absoluteFilePath()));
|
| 414 | 414 |
#endif |
Also available in: Unified diff
NNTPGrab

