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