~ubuntu-branches/ubuntu/wily/speedcrunch/wily

« back to all changes in this revision

Viewing changes to src/gui/mainwindow.cpp

  • Committer: Package Import Robot
  • Author(s): Bart Martens
  • Date: 2012-04-30 21:05:36 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120430210536-xb7foiw9iu10yf4q
Tags: 0.10.1-4
debian/patches/signed.diff: closes: #654606.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1509
1509
 
1510
1510
  emit retranslateText();
1511
1511
 
1512
 
  QTimer::singleShot( 0, this, SLOT( activate() ) );
 
1512
  d->widgets.editor->setFocus();
1513
1513
}
1514
1514
 
1515
1515