All translations

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en){{Input|1=
%parserclass (public declaration)
[:
  enum ProblemType {
     Error,
     Warning,
     Info
  };
  void reportProblem( Parser::ProblemType type, const QString& message );
  QList<KDevelop::ProblemPointer> problems() {
     return m_problems;
  }
  ...
  enum InitialLexerState {
     HtmlState = 0,
     DefaultState = 1
  };
:]
}}