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

« back to all changes in this revision

Viewing changes to installer/AvailableView.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
private:
43
43
    QApt::Backend *m_backend;
44
44
    ApplicationBackend *m_appBackend;
45
 
    QList<Category *> m_categoryList;
46
45
 
47
46
    CategoryViewWidget *m_categoryViewWidget;
48
47
 
49
48
public Q_SLOTS:
50
49
    void setBackend(QApt::Backend *backend);
51
 
 
52
 
private Q_SLOTS:
53
 
    void populateCategories();
54
50
};
55
51
 
56
52
#endif