mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kdesudo: require all KdeSudo arguments
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
783040c33f
commit
02ab55bdb7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class KdeSudo : QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
KdeSudo(const QString &icon = QString(), const QString &generic = QString());
|
KdeSudo(const QString &icon, const QString &appname);
|
||||||
~KdeSudo();
|
~KdeSudo();
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
|
|
Loading…
Add table
Reference in a new issue