Use QDesktopServices::openUrl() to browse previous calls
commitdb48f2e80fd27e8fdf15ca4d917085322c21c8c9
authorjlh <jlh@gmx.ch>
Wed, 23 Jul 2008 19:05:13 +0000 (23 21:05 +0200)
committerjlh <jlh@gmx.ch>
Wed, 23 Jul 2008 20:11:09 +0000 (23 22:11 +0200)
tree5dd755c5aea9d24d72ba70e97fbd9597e7a334f0
parent87af9bf29adf68152545bf9749b8fa025492da43
Use QDesktopServices::openUrl() to browse previous calls

Previously, it was starting 'kfmclient' or 'gnome-open', when it
detected KDE or Gnome.  Letting Qt decide which application to
start will make this work on more desktop environments.

As a side effect, getOutputPath() now always returns an absolute
path.
preferences.cpp
recorder.cpp