~cyber-killer/ckrpgsfxplayer/trunk

« back to all changes in this revision

Viewing changes to ckrpgsfxplayer.h

  • Committer: Łukasz "Cyber Killer" Korpalski
  • Date: 2012-07-01 09:30:55 UTC
  • mfrom: (17.1.7 ckrpgsfxplyer-work)
  • Revision ID: cyberkiller8@gmail.com-20120701093055-cs2fqfjdqheyp5lk
merge from a working branch - a couple of small fixes and code improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <Phonon/AudioOutput>
26
26
 
27
27
 
28
 
namespace Ui {
 
28
namespace Ui
 
29
{
29
30
        class ckrpgsfxplayer;
30
31
}
31
32
 
36
37
public:
37
38
        explicit ckrpgsfxplayer(QWidget *parent = 0);
38
39
        ~ckrpgsfxplayer();
 
40
 
 
41
private:        
 
42
        Ui::ckrpgsfxplayer *ui;
39
43
        Phonon::MediaObject *playedSound;
40
44
        Phonon::AudioOutput *audioOutput;
41
45
        Phonon::Path path;
42
46
        void playthis(QString sndname);
43
47
 
44
 
private:
45
 
        Ui::ckrpgsfxplayer *ui;
46
 
 
47
48
private slots:
48
49
        void on_pushButton1_clicked();
49
50
        void on_pushButtonStop_clicked();