mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
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:
parent
adb463c6cb
commit
3ccbf66fe2
1 changed files with 5 additions and 0 deletions
|
@ -584,6 +584,11 @@ namespace KStandardAction
|
|||
*/
|
||||
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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue