Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ArseniyTy committed May 26, 2021
1 parent da5c9b2 commit a61a19e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions Resources/Jsons/schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"LockDoor(38,16,1)",
"StartConversation(Hero)"
]],
[8, 44, [
"SetBotConversation(Starec,3)"
]],
[8, 45, [
"UnlockDoor(38,16,1)",
"SetTarget(German,28,28,1)",
Expand All @@ -19,6 +16,7 @@
"SetTarget(Denis,23,14,1)"
]],
[8, 56, [
"SetBotConversation(Starec,2)",
"StartConversation(Starec)"
]],
[8, 58, [
Expand Down
5 changes: 0 additions & 5 deletions View/view.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ class View : public QMainWindow {
void SetTime(const Time& time);
void SetLocation(const QString& location_str);

void SetHealth(int health);
void SetAttack(int attack);
void SetTime(const Time& time);
void SetLocation(const QString& location_str);

private:
QTimer* timer_{new QTimer(this)};
AbstractController* controller_;
Expand Down

0 comments on commit a61a19e

Please sign in to comment.