~ubuntu-branches/debian/sid/smplayer/sid

« back to all changes in this revision

Viewing changes to src/client.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Breuil Cyril
  • Date: 2007-06-24 16:35:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070624163529-hhckbmd24uicada7
Tags: 0.5.20-0ubuntu1
* New upstream release
* Change Maintainer Email

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        QTextStream os(socket);
72
72
        os.setEncoding( QTextStream::UnicodeUTF8 );
73
73
        os << text << "\n";
74
 
#if QT_VERSION >= 0x040000
75
74
        socket->flush();
76
 
#endif
77
75
}
78
76
 
79
77
void MyClient::socketReadyRead() {