~tiagosh/checkbox/nofork

« back to all changes in this revision

Viewing changes to qt/frontend/qtfront.h

  • Committer: Daniel Manrique
  • Date: 2012-03-12 21:27:15 UTC
  • mfrom: (1309.1.2 fix-auto-test-status)
  • Revision ID: daniel.manrique@canonical.com-20120312212715-dwffjzungu0f8pgq
Merged fix for automated test status updating by tiagosh (LP: #950105)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    QString getEmailAddress();
52
52
    void showTest(QString purpose, QString steps, QString verification, QString info, QString testType, QString testName, bool enableTestButton);
53
53
    QString showInfo(QString text, QStringList options, QString defaultoption);
 
54
    void updateAutoTestStatus(QString status, QString testName);
54
55
 
55
56
private slots:
56
57
    void onFullTestsClicked();