Revision 1799
| trunk/ChangeLog (revision 1799) | ||
|---|---|---|
| 6 | 6 |
| NNTPGrab 0.6.91 | |
| 7 | 7 |
+-----------------+ |
| 8 | 8 |
|
| 9 |
Released at Sunday December 19 2010 |
|
| 9 |
Released at Monday December 20 2010 |
|
| 10 | 10 |
|
| 11 | 11 |
General changes: |
| 12 | 12 |
- Made the Qt frontend the default frontend for Win32, Win64 and OSX environments |
| trunk/client/gui_qt/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

