Changeset 156 for smplayer/trunk/src/findsubtitles/findsubtitleswindow.cpp
- Timestamp:
- Feb 21, 2014, 5:26:03 PM (12 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/findsubtitles/findsubtitleswindow.cpp (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 154
- Property svn:mergeinfo changed
-
smplayer/trunk/src/findsubtitles/findsubtitleswindow.cpp
r142 r156 36 36 37 37 #ifdef DOWNLOAD_SUBS 38 38 39 #include "filedownloader.h" 39 40 #include "subchooserdialog.h" 41 42 43 40 44 #include "quazip.h" 41 45 #include "quazipfile.h" 42 #include "fixsubs.h"43 46 #include <QTemporaryFile> 44 #include <QBuffer> 47 #else 48 #include <zlib.h> 49 #endif 50 45 51 #endif 46 52 … … 134 140 connect( osclient, SIGNAL(loginFailed()), this, SLOT(showLoginFailed()) ); 135 141 connect( osclient, SIGNAL(searchFailed()), this, SLOT(showSearchFailed()) ); 142 136 143 137 144 #ifdef DOWNLOAD_SUBS … … 346 353 } 347 354 355 356 357 358 348 359 void FindSubtitlesWindow::updateDataReadProgress(int done, int total) { 349 360 qDebug("FindSubtitlesWindow::updateDataReadProgress: %d, %d", done, total); … … 466 477 467 478 #ifdef DOWNLOAD_SUBS 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 468 575 void FindSubtitlesWindow::archiveDownloaded(const QByteArray & buffer) { 469 576 qDebug("FindSubtitlesWindow::archiveDownloaded"); … … 630 737 return true; 631 738 } 739 632 740 633 741 void FindSubtitlesWindow::fixSubtitles(const QString & filename) { … … 644 752 } 645 753 646 #endif 754 #endif 647 755 648 756 void FindSubtitlesWindow::on_configure_button_clicked() {
Note:
See TracChangeset
for help on using the changeset viewer.
