From d223b30c42a9a8d42a8dd35b2d93615e646b4f1e Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Wed, 9 May 2012 12:54:38 +0200 Subject: qpa: Clean up QPlatformDialogHelper API Remove the _sys suffix from all members of QPlatformDialogHelper and its subclasses. The QPlatform* class prefix already implies that these methods are system specific, we don't need the method suffix as well. Change-Id: I5ad1f928fab3a989992951acc244915e7fa48d32 Reviewed-by: Friedemann Kleint Reviewed-by: Lars Knoll --- src/plugins/platforms/cocoa/qcocoafontdialoghelper.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/plugins/platforms/cocoa/qcocoafontdialoghelper.h') diff --git a/src/plugins/platforms/cocoa/qcocoafontdialoghelper.h b/src/plugins/platforms/cocoa/qcocoafontdialoghelper.h index d135a958df..2e185b769a 100644 --- a/src/plugins/platforms/cocoa/qcocoafontdialoghelper.h +++ b/src/plugins/platforms/cocoa/qcocoafontdialoghelper.h @@ -56,15 +56,15 @@ public: QCocoaFontDialogHelper(); virtual ~QCocoaFontDialogHelper(); - void exec_sys(); + void exec(); - void deleteNativeDialog_sys(); + void deleteNativeDialog(); - bool show_sys(Qt::WindowFlags windowFlags, Qt::WindowModality windowModality, QWindow *parent); - void hide_sys(); + bool show(Qt::WindowFlags windowFlags, Qt::WindowModality windowModality, QWindow *parent); + void hide(); - void setCurrentFont_sys(const QFont &); - QFont currentFont_sys() const; + void setCurrentFont(const QFont &); + QFont currentFont() const; protected: void createNSFontPanelDelegate(); -- cgit v1.2.3