mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 03:06:31 -04:00
- Added default sounds (on first start and a new button in sound settings)
- Added new sound files - Optimized SoundManager - Saved relative path to sound file for portable version - Updated english translation git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8391 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c55e8043a5
commit
acfa384f7f
19 changed files with 246 additions and 109 deletions
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include <retroshare-gui/configpage.h>
|
||||
#include "ui_SoundPage.h"
|
||||
#include "gui/SoundManager.h"
|
||||
|
||||
class SoundPage : public ConfigPage
|
||||
{
|
||||
|
@ -50,6 +49,7 @@ public:
|
|||
private slots:
|
||||
void eventChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
|
||||
void filenameChanged(QString filename);
|
||||
void defaultButtonClicked();
|
||||
void browseButtonClicked();
|
||||
void playButtonClicked();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue