NOISSUE Some happy little refactors
This commit is contained in:
@ -5,6 +5,9 @@ class MSASilent : public AuthContext
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit MSASilent(AccountData * data, QObject *parent = 0);
|
||||
explicit MSASilent(
|
||||
AccountData * data,
|
||||
QObject *parent = 0
|
||||
);
|
||||
void executeTask() override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user