~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to src/myserver.h

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-11-04 12:45:38 UTC
  • mto: (1.1.10 upstream) (3.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20091104124538-i5ntu42ni0e1njnv
ImportĀ upstreamĀ versionĀ 0.6.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        void receivedOpenFiles(QStringList);
50
50
        void receivedAddFiles(QStringList);
51
51
        void receivedFunction(QString);
 
52
        void receivedLoadSubtitle(QString);
52
53
 
53
54
protected slots:
54
55
        void readData();
100
101
        //! Emitted when the client request to perform an action.
101
102
        void receivedFunction(QString);
102
103
 
 
104
        //! Emitted when the client requests to load an external subtitle file.
 
105
        void receivedLoadSubtitle(QString);
 
106
 
103
107
protected slots:
104
108
        void newConnection_slot();
105
109