~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to installer/BreadcrumbWidget/BreadcrumbWidget.h

Tags: upstream-1.3.65
ImportĀ upstreamĀ versionĀ 1.3.65

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    KHBox *m_breadcrumbArea;
64
64
    KLineEdit *m_searchEdit;
65
65
    QTimer *m_searchTimer;
 
66
    bool m_manualClear;
66
67
 
67
68
public Q_SLOTS:
68
69
    void setCurrentItem(BreadcrumbItem *crumb);
73
74
    void goForward();
74
75
    void onItemActivated(BreadcrumbItem *item);
75
76
    void clearCrumbs();
 
77
    void clearClicked();
76
78
 
77
79
Q_SIGNALS:
78
80
    void itemActivated(BreadcrumbItem *item);