Changeset 48 for lib/mpdconnection.cpp


Ignore:
Timestamp:
01/09/08 20:20:39 (4 years ago)
Author:
roeland
Message:

Position Slider working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/mpdconnection.cpp

    r19 r48  
    350350    data += QByteArray::number(time); 
    351351    sendCommand(data); 
     352 
     353    if(!commandOk()) 
     354        qDebug("Couldn't seek"); 
    352355} 
    353356 
Note: See TracChangeset for help on using the changeset viewer.