mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-06-25 18:39:37 +02:00
build 3594; removed UserWorkflow and all calls to assemble and send user workflow report
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
|
||||
#include "TutorialDialog.h"
|
||||
#include "ui_TutorialDialog.h"
|
||||
#include "UserWorkflow.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
@@ -82,7 +81,6 @@ void TutorialDialog::initializeTutorial(QString tutorial)
|
||||
currentPage = 0;
|
||||
showPage(currentPage);
|
||||
|
||||
wfl->registerTutorialViewing(tutorial);
|
||||
}
|
||||
|
||||
TutorialDialog::~TutorialDialog()
|
||||
|
||||
Reference in New Issue
Block a user