~sil/ubuntu-keyboard/numbers-on-top-row

« back to all changes in this revision

Viewing changes to src/view/abstracttexteditor.cpp

  • Committer: Guenter Schwann
  • Date: 2013-11-13 15:36:39 UTC
  • mfrom: (101.4.5 keyboard-cleanups)
  • Revision ID: guenter.schwann@canonical.com-20131113153639-9i9irt1mle00vy1t
Remove some dead code

Show diffs side-by-side

added added

removed removed

Lines of Context:
407
407
        return;
408
408
    }
409
409
 
410
 
    const QString text = key.label().text();
 
410
    const QString text = key.label();
411
411
    QString keyText = QString("");
412
412
    Qt::Key event_key = Qt::Key_unknown;
413
413