comparison mainwindow.cpp @ 290:c0c254f67346 more_information_dialog

Make our own message box with a more useful "more information" section than the Qt one
author Chris Cannam
date Mon, 21 Feb 2011 14:23:02 +0000
parents 1244dc3107cb
children 2e34e7ee7baf
comparison
equal deleted inserted replaced
275:1244dc3107cb 290:c0c254f67346
1604 } 1604 }
1605 1605
1606 runner->hide(); 1606 runner->hide();
1607 1607
1608 MoreInformationDialog::information(this, tr("Pull complete"), 1608 MoreInformationDialog::information(this, tr("Pull complete"),
1609 format1(report), output); 1609 report, "", output);
1610 1610
1611 /*!!! 1611 /*!!!
1612 report = format3(report, tr("The pull command output was:"), output); 1612 report = format3(report, tr("The pull command output was:"), output);
1613 1613
1614 //!!! and something about updating? 1614 //!!! and something about updating?