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

« back to all changes in this revision

Viewing changes to src/appmenuplatformmenubar.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Łukasz 'sil2100' Zemczak, Ubuntu daily release
  • Date: 2013-03-28 20:39:16 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130328203916-zwnq8x9o3dvxdysg
Tags: 0.2.7daily13.03.28-0ubuntu1
[ Łukasz 'sil2100' Zemczak ]
* debian/control:
  - Add the appmenu-qt5 package for Qt5 appmenu support
* debian/rules:
  - Enable a double build - first build a Qt4 version of appmenu for 
    appmenu-qt and then a Qt5 version for appmenu-qt5
* [FFe] Bring Unity appmenu / HUD integration to Qt5 (LP: #1126205)

[ Ubuntu daily release ]
* Automatic snapshot from revision 55

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
class Q_GUI_EXPORT AppMenuPlatformMenuBarFactory : public QObject, public QPlatformMenuBarFactoryInterface
85
85
{
86
86
    Q_OBJECT
 
87
 
 
88
#ifdef USE_QT5
 
89
    Q_PLUGIN_METADATA(IID QPlatformMenuBarFactoryInterface_iid FILE "appmenuplatformmenubar.json")
 
90
#endif
 
91
 
87
92
    Q_INTERFACES(QPlatformMenuBarFactoryInterface:QFactoryInterface)
88
93
public:
89
94
    virtual QAbstractPlatformMenuBar* create();