Revert "Merge pull request #50 from bexnoss/offline-mode"

This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing
changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2.
This commit is contained in:
Lenny McLennington
2022-01-17 03:45:47 +00:00
parent f55297eca9
commit 55597b458c
17 changed files with 3 additions and 383 deletions

View File

@ -1,22 +0,0 @@
#pragma once
#include "AuthFlow.h"
class OfflineRefresh : public AuthFlow
{
Q_OBJECT
public:
explicit OfflineRefresh(
AccountData *data,
QObject *parent = 0
);
};
class OfflineLogin : public AuthFlow
{
Q_OBJECT
public:
explicit OfflineLogin(
AccountData *data,
QObject *parent = 0
);
};