Ignore:
Timestamp:
Oct 9, 2014, 2:54:21 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: updated trunk to 14.9.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/findsubtitles/findsubtitleswindow.cpp

    r165 r170  
    416416                applyCurrentFilter();
    417417
    418                 qDebug("sort column: %d", view->header()->sortIndicatorSection());
    419                 qDebug("sort indicator: %d", view->header()->sortIndicatorOrder());
     418                qDebug("FindSubtitlesWindow::parseInfo: sort column: %d", view->header()->sortIndicatorSection());
     419                qDebug("FindSubtitlesWindow::parseInfo: sort indicator: %d", view->header()->sortIndicatorOrder());
    420420
    421421                table->sort( view->header()->sortIndicatorSection(),
Note: See TracChangeset for help on using the changeset viewer.