~josharenson/unity8/fix-greeter-password-focus

« back to all changes in this revision

Viewing changes to tests/mocks/Wizard/MockSystem.h

  • Committer: Josh Arenson
  • Date: 2016-03-25 19:53:42 UTC
  • mfrom: (1978.1.6 sessions-model)
  • mto: This revision was merged to the branch mainline in revision 1986.
  • Revision ID: joshua.arenson@canonical.com-20160325195342-ibax564aavo3lk2i
merge prereq

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    void setWizardEnabled(bool enabled);
33
33
 
34
34
public Q_SLOTS:
35
 
    void updateSessionLanguage(const QString &locale);
 
35
    void updateSessionLocale(const QString &locale);
36
36
 
37
37
Q_SIGNALS:
38
38
    void wizardEnabledChanged();
39
 
    void updateSessionLanguageCalled(const QString &locale); // only in mock
 
39
    void updateSessionLocaleCalled(const QString &locale); // only in mock
40
40
 
41
41
private:
42
42
    Q_DISABLE_COPY(MockSystem)