summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenubar_x11_p.h
diff options
context:
space:
mode:
authorAurélien Gâteau <agateau@kde.org>2011-06-14 16:04:26 (GMT)
committerGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2011-06-20 10:28:08 (GMT)
commit31ff55bbeb84f10e75e997c75a63deda83e62507 (patch)
tree58a1a29f1030e8e401f4fcb1d3613ffaedb13203 /src/gui/widgets/qmenubar_x11_p.h
parent9aeadca09ab4e27ebf299873f90490d585b4fb7f (diff)
downloadQt-31ff55bbeb84f10e75e997c75a63deda83e62507.zip
Qt-31ff55bbeb84f10e75e997c75a63deda83e62507.tar.gz
Qt-31ff55bbeb84f10e75e997c75a63deda83e62507.tar.bz2
Introduce menubar plugin system
Merge-request: 1254 Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
Diffstat (limited to 'src/gui/widgets/qmenubar_x11_p.h')
-rw-r--r--src/gui/widgets/qmenubar_x11_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/qmenubar_x11_p.h b/src/gui/widgets/qmenubar_x11_p.h
index dbe0223..1c43b04 100644
--- a/src/gui/widgets/qmenubar_x11_p.h
+++ b/src/gui/widgets/qmenubar_x11_p.h
@@ -77,6 +77,8 @@ private:
int nativeMenuBar : 3; // Only has values -1, 0, and 1
};
+QPlatformMenuBarFactoryInterface *qt_guiPlatformMenuBarFactory();
+
QT_END_NAMESPACE
#endif // QT_NO_MENUBAR