~ubuntu-branches/ubuntu/trusty/muon/trusty-proposed

« back to all changes in this revision

Viewing changes to muon/DetailsTabs/MainTab.h

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2014-02-24 12:27:08 UTC
  • mfrom: (70.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20140224122708-5risc2zla975sve1
Tags: 2.1.70-0ubuntu2
Remove build dep on libbogdega-dev again, not considered viable yet by
upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
private:
47
47
    QLabel *m_packageShortDescLabel;
48
48
 
 
49
    QLabel *m_buttonLabel;
49
50
    QPushButton *m_installButton;
50
51
    QToolButton *m_removeButton;
51
52
    QPushButton *m_upgradeButton;
67
68
    void emitSetReInstall();
68
69
    void emitSetPurge();
69
70
    void emitSetKeep();
 
71
    void hideButtons();
70
72
 
71
73
Q_SIGNALS:
72
74
    void setInstall(QApt::Package *package);