~ci-train-bot/qtubuntu/qtubuntu-ubuntu-xenial-2986.1

« back to all changes in this revision

Viewing changes to src/ubuntuappmenu/gmenumodelplatformmenu.h

  • Committer: Bileto Bot
  • Author(s): Albert Astals Cid
  • Date: 2017-03-28 17:11:41 UTC
  • mfrom: (384.1.1 qtubuntu)
  • Revision ID: ci-train-bot@canonical.com-20170328171141-jcaz1meg9aexiok3
Remove signal noone uses

Approved by: Lukáš Tinkl, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
    void menuItemRemoved(QPlatformMenuItem *menuItem);
113
113
    void structureChanged();
114
114
    void enabledChanged(bool);
115
 
    void propertyChanged();
116
115
 
117
116
private:
118
117
    MENU_PROPERTY(UbuntuPlatformMenu, visible, bool, true)
160
159
Q_SIGNALS:
161
160
    void checkedChanged(bool);
162
161
    void enabledChanged(bool);
163
 
    void propertyChanged();
164
162
 
165
163
private:
166
164
    MENU_PROPERTY(UbuntuPlatformMenuItem, separator, bool, false)