~ubuntu-sdk-team/qtcreator-plugin-remotelinux/trunk

« back to all changes in this revision

Viewing changes to src/qnx/qnxanalyzesupport.h

  • Committer: CI bot
  • Author(s): Benjamin Zeller
  • Date: 2014-06-16 10:28:43 UTC
  • mfrom: (4.2.4 remotelinux)
  • Revision ID: ps-jenkins@lists.canonical.com-20140616102843-8juvmjvzwlzsboyw
Migrating to Qt5.3 and QtC 3.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
namespace Internal {
43
43
 
44
44
class QnxRunConfiguration;
 
45
class Slog2InfoRunner;
45
46
 
46
47
class QnxAnalyzeSupport : public QnxAbstractRunSupport
47
48
{
60
61
    void handleRemoteOutput(const QByteArray &output);
61
62
    void handleError(const QString &error);
62
63
 
 
64
    void showMessage(const QString &, Utils::OutputFormat);
 
65
    void printMissingWarning();
 
66
 
63
67
    void remoteIsRunning();
64
68
 
65
69
private:
66
70
    void startExecution();
67
 
    void showMessage(const QString &, Utils::OutputFormat);
68
71
 
69
72
    Analyzer::AnalyzerRunControl *m_runControl;
70
73
    QmlDebug::QmlOutputParser m_outputParser;
71
74
    int m_qmlPort;
 
75
 
 
76
    Slog2InfoRunner *m_slog2Info;
72
77
};
73
78
 
74
79
} // namespace Internal