Revert "Merge pull request #50 from bexnoss/offline-mode"
This reverts commitb4f750e7db
, reversing changes made tob19e315615
.
This commit is contained in:
parent
f55297eca9
commit
55597b458c
17 changed files with 3 additions and 383 deletions
|
@ -1,18 +0,0 @@
|
|||
#include "OfflineStep.h"
|
||||
|
||||
#include "Application.h"
|
||||
|
||||
OfflineStep::OfflineStep(AccountData* data) : AuthStep(data) {}
|
||||
OfflineStep::~OfflineStep() noexcept = default;
|
||||
|
||||
QString OfflineStep::describe() {
|
||||
return tr("Creating offline account.");
|
||||
}
|
||||
|
||||
void OfflineStep::rehydrate() {
|
||||
// NOOP
|
||||
}
|
||||
|
||||
void OfflineStep::perform() {
|
||||
emit finished(AccountTaskState::STATE_WORKING, tr("Created offline account."));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue