kdeui: export the switchApplicationLanguage action making it public

I am not sure if this was inteded or not but I'm keen to say that
when it was implemented the developer missed to make it part of
the KDE UI public interface API
This commit is contained in:
Ivailo Monev 2015-01-27 02:16:26 +00:00
parent adb463c6cb
commit 3ccbf66fe2

View file

@ -584,6 +584,11 @@ namespace KStandardAction
*/ */
KDEUI_EXPORT KAction *reportBug(const QObject *recvr, const char *slot, QObject *parent); KDEUI_EXPORT KAction *reportBug(const QObject *recvr, const char *slot, QObject *parent);
/**
* Open up the application Language switching dialog.
*/
KDEUI_EXPORT KAction *switchApplicationLanguage(const QObject *recvr, const char *slot, QObject *parent);
/** /**
* Display the application's About box. * Display the application's About box.
*/ */