mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kdesudo: mark KdeSudo::validArg() as static
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
35f34dfa20
commit
63b529c71f
1 changed files with 2 additions and 2 deletions
|
@ -71,14 +71,14 @@ private slots:
|
||||||
**/
|
**/
|
||||||
void pushPassword(const QString &);
|
void pushPassword(const QString &);
|
||||||
void slotCancel();
|
void slotCancel();
|
||||||
QString validArg(QString arg);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
static QString validArg(QString arg);
|
||||||
void error(const QString &);
|
void error(const QString &);
|
||||||
|
|
||||||
QProcess *m_process;
|
QProcess *m_process;
|
||||||
bool m_error;
|
bool m_error;
|
||||||
QString m_tmpName;
|
QString m_tmpName;
|
||||||
|
|
||||||
KPasswordDialog *m_dialog;
|
KPasswordDialog *m_dialog;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue