~sylvain-pineau/checkbox/bug934051

« back to all changes in this revision

Viewing changes to qt/frontend/qtfront.h

  • Committer: Daniel Manrique
  • Date: 2012-02-14 22:38:21 UTC
  • mfrom: (1241.1.3 submit)
  • Revision ID: daniel.manrique@canonical.com-20120214223821-yf5jwk7yynu0h17n
Merged implementation of anonymous submission

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    void showTree(QString text, QMap<QString, QVariant> options);
49
49
    void showEntry(QString text);
50
50
    QVariantMap getTestsToRun();
51
 
    QString getLaunchpadId();
 
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
54