mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +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 slotCancel();
|
||||
QString validArg(QString arg);
|
||||
|
||||
private:
|
||||
static QString validArg(QString arg);
|
||||
void error(const QString &);
|
||||
|
||||
QProcess *m_process;
|
||||
bool m_error;
|
||||
QString m_tmpName;
|
||||
|
||||
KPasswordDialog *m_dialog;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue