~ubuntu-branches/ubuntu/trusty/appmenu-qt/trusty

« back to all changes in this revision

Viewing changes to src/appmenuplatformmenubar.h

  • Committer: Package Import Robot
  • Author(s): Aurélien Gâteau
  • Date: 2012-04-05 17:23:55 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120405172355-8x9gvyia3cyzeac8
Tags: 0.2.6-0ubuntu1
* New upstream release
  - fix handling of windows with multiple menubars (LP: #937892).

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    void createMenuBar();
74
74
    void destroyMenuBar();
75
75
    void setAltPressed(bool);
 
76
    bool checkForOtherMenuBars(QWidget* window, QMenuBar* menuBar);
76
77
 
77
78
private Q_SLOTS:
78
79
    void slotMenuBarServiceChanged(const QString&, const QString&, const QString&);