~zeller-benjamin/qtcreator-plugin-ubuntu/displayvar

« back to all changes in this revision

Viewing changes to src/ubuntu/ubuntupackagingmode.h

  • Committer: Benjamin Zeller
  • Date: 2016-07-20 14:56:52 UTC
  • Revision ID: benjamin.zeller@canonical.com-20160720145652-43u3qokds5otu7l2
- Make QtC-P-U actually compile against Qt 4.1 beta

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    void initialize();
41
41
 
42
42
protected slots:
43
 
    void modeChanged(Core::IMode*);
44
 
 
45
43
    void on_projectAdded(ProjectExplorer::Project *project);
46
44
    void on_projectRemoved(ProjectExplorer::Project *project);
47
45
    void updateModeState();
48
46
 
49
47
protected:
50
48
    QWidget* m_modeWidget;
51
 
    Core::Id previousMode;
52
49
 
53
50
private:
54
51
    static UbuntuPackagingMode* m_instance;