branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 4 | 3b1da2848fc7 |
--- a/src/gui/dialogs/qfontdialog_p.h Mon Mar 15 12:43:09 2010 +0200 +++ b/src/gui/dialogs/qfontdialog_p.h Thu Apr 08 14:19:33 2010 +0300 @@ -152,6 +152,12 @@ inline QFontDialog *fontDialog() { return q_func(); } void *delegate; + bool nativeDialogInUse; + bool canBeNativeDialog(); + bool setVisible_sys(bool visible); + void *_q_constructNativePanel(); + void _q_macRunNativeAppModalPanel(); + void mac_nativeDialogModalHelp(); static bool sharedFontPanelAvailable; #endif