• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision8c93bc3f389083eb91a0dda4b728d1ed9173765d (tree)
Zeit2011-07-15 21:15:58
Autorjakago <jakago@4267...>
Commiterjakago

Log Message

change download order of ABC News Shower

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/capturestream/trunk@25 4267046d-1765-4020-a4b0-b01f4314ac75

Ändern Zusammenfassung

Diff

--- a/downloadthread.cpp
+++ b/downloadthread.cpp
@@ -679,15 +679,15 @@ void DownloadThread::run() {
679679 if ( !isCanceled && ui->checkBox_13->isChecked() )
680680 downloadCharo();
681681
682+ if ( !isCanceled && ui->checkBox_shower->isChecked() )
683+ downloadShower();
684+
682685 if ( !isCanceled && ui->checkBox_14->isChecked() )
683686 downloadENews( false );
684687
685688 if ( !isCanceled && ui->checkBox_15->isChecked() )
686689 downloadENews( true );
687690
688- if ( !isCanceled && ui->checkBox_shower->isChecked() )
689- downloadShower();
690-
691691 emit current( "" );
692692 //キャンセル時にはdisconnectされているのでemitしても何も起こらない
693693 emit information( QString::fromUtf8( "ダウンロード作業が終了しました。" ) );