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

« back to all changes in this revision

Viewing changes to src/view/abstracttexteditor.cpp

  • Committer: Tarmac
  • Author(s): Guenter Schwann
  • Date: 2013-11-05 15:16:03 UTC
  • mfrom: (94.2.3 keyboard-cpp-qml)
  • Revision ID: tarmac-20131105151603-v28ydp86fxiertha
Split up C++ and QML a bit better.

Approved by Thomas Moenicke, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
816
816
 
817
817
//! \brief sets language features
818
818
//! \param language id as string (as found in settings file)
819
 
//!
820
819
void AbstractTextEditor::onLanguageChanged(const QString& languageId)
821
820
{
822
821
    Q_D(AbstractTextEditor);