Changeset b96b44b6b7 in tspsg for src
- Timestamp:
- Oct 13, 2012, 9:12:59 PM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 4cc94b19ad
- Parents:
- 47c811cc09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mainwindow.cpp
r47c811cc09 rb96b44b6b7 408 408 imgdata = generateImage(format); 409 409 if (imgdata.isEmpty()) { 410 QApplication::restoreOverrideCursor(); 410 411 return; 411 412 } … … 1417 1418 pic.setQuality(80); 1418 1419 if (!pic.write(i)) { 1420 QApplication::setOverrideCursor(QCursor(Qt::ArrowCursor)); 1421 QMessageBox::critical(this, tr("Solution Save"), tr("Unable to save the solution graph.\nError: %1").arg(pic.errorString())); 1419 1422 QApplication::restoreOverrideCursor(); 1420 QMessageBox::critical(this, tr("Solution Save"), tr("Unable to save the solution graph.\nError: %1").arg(pic.errorString()));1421 1423 return QByteArray(); 1422 1424 }
Note: See TracChangeset
for help on using the changeset viewer.