1
0
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:
Vadim Kurland
2012-02-13 17:55:56 -08:00
parent 24d8a8db3f
commit 15565ade5d
25 changed files with 6 additions and 400 deletions

View File

@@ -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()