summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenu.h
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-09-22 11:44:28 (GMT)
committeraxis <qt-info@nokia.com>2009-09-22 13:32:05 (GMT)
commit4a157ee126fc482cd1954b80f22f790ec544e241 (patch)
tree78b3cb383ca038cf520fccec3ffc25df209e8ca4 /src/gui/widgets/qmenu.h
parent770208fd7e26bf2b7a257a0865f38532144f1c2c (diff)
downloadQt-4a157ee126fc482cd1954b80f22f790ec544e241.zip
Qt-4a157ee126fc482cd1954b80f22f790ec544e241.tar.gz
Qt-4a157ee126fc482cd1954b80f22f790ec544e241.tar.bz2
Prevented export of some internal functions.
These should not be exported anymore after commit c13b97f2. RevBy: Jason Barron
Diffstat (limited to 'src/gui/widgets/qmenu.h')
-rw-r--r--src/gui/widgets/qmenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/qmenu.h b/src/gui/widgets/qmenu.h
index 1f77442..3d41727 100644
--- a/src/gui/widgets/qmenu.h
+++ b/src/gui/widgets/qmenu.h
@@ -61,8 +61,8 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Gui)
#ifdef Q_WS_S60
- IMPORT_C void qt_symbian_show_toplevel(CEikMenuPane* menuPane);
- IMPORT_C void qt_symbian_show_submenu(CEikMenuPane* menuPane, int id);
+void qt_symbian_show_toplevel(CEikMenuPane* menuPane);
+void qt_symbian_show_submenu(CEikMenuPane* menuPane, int id);
#endif // Q_WS_S60
#ifndef QT_NO_MENU