mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
Fixed Channel: SubFileItem display and play.
* added openFile function to MainWindow. (uses QtDesktopServices) * disabled PlayAll in ChanMsgItem (as we can't do this). * enabled play() once files downloaded. * tested play audio/video files on MacOSX git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@857 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
505b5c6363
commit
0c4947f4e6
4 changed files with 163 additions and 18 deletions
|
@ -59,6 +59,8 @@ class SMPlayer;
|
|||
|
||||
class PeerStatus;
|
||||
|
||||
void openFile(std::string path);
|
||||
|
||||
class MainWindow : public RWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue