/[svn]/qsampler/trunk/src/qsampler.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsampler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3555 by capela, Tue Aug 13 10:19:32 2019 UTC revision 3556 by capela, Thu Aug 15 09:09:21 2019 UTC
# Line 370  void qsamplerApplication::readyReadSlot Line 370  void qsamplerApplication::readyReadSlot
370          if (pSocket) {          if (pSocket) {
371                  const qint64 nread = pSocket->bytesAvailable();                  const qint64 nread = pSocket->bytesAvailable();
372                  if (nread > 0) {                  if (nread > 0) {
373                          QByteArray data = pSocket->read(nread);                          const QByteArray data = pSocket->read(nread);
374                          // Just make it always shows up fine...                          // Just make it always shows up fine...
375                          m_pWidget->hide();                          m_pWidget->hide();
376                          m_pWidget->show();                          m_pWidget->show();

Legend:
Removed from v.3555  
changed lines
  Added in v.3556

  ViewVC Help
Powered by ViewVC