mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Expand tutorial again.
Took 46 minutes Took 6 seconds
This commit is contained in:
parent
bec4ae3aa0
commit
80075e4089
7 changed files with 112 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#ifndef DECK_ANALYTICS_WIDGET_H
|
||||
#define DECK_ANALYTICS_WIDGET_H
|
||||
|
||||
#include "../general/tutorial/tutorial_controller.h"
|
||||
#include "abstract_analytics_panel_widget.h"
|
||||
#include "deck_list_statistics_analyzer.h"
|
||||
#include "resizable_panel.h"
|
||||
|
|
@ -29,6 +30,7 @@ public slots:
|
|||
public:
|
||||
explicit DeckAnalyticsWidget(QWidget *parent, DeckListStatisticsAnalyzer *analyzer);
|
||||
void retranslateUi();
|
||||
TutorialSequence generateTutorialSequence();
|
||||
|
||||
private slots:
|
||||
void onAddPanel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue