mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
kdeui: make KApplication contructor explicit
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
885e632451
commit
48e8597429
1 changed files with 1 additions and 3 deletions
|
@ -115,10 +115,8 @@ public:
|
|||
* @param rAppName application name. Will be used for finding the
|
||||
* associated message files and icon files, and as the default
|
||||
* registration name for DCOP. This is a mandatory parameter.
|
||||
*
|
||||
* @param GUIenabled Set to false to disable all GUI stuff.
|
||||
*/
|
||||
KApplication(Display *display, int& argc, char** argv, const QByteArray& rAppName);
|
||||
explicit KApplication(Display *display, int& argc, char** argv, const QByteArray& rAppName);
|
||||
#endif
|
||||
|
||||
virtual ~KApplication();
|
||||
|
|
Loading…
Add table
Reference in a new issue