Skip to content

Commit

Permalink
Merge pull request #8 from gfgit/new_job_graph
Browse files Browse the repository at this point in the history
New job graph is complete
  • Loading branch information
gfgit authored Aug 26, 2021
2 parents 5ba6d1f + 6918fb0 commit e15a292
Show file tree
Hide file tree
Showing 12 changed files with 648 additions and 23 deletions.
9 changes: 9 additions & 0 deletions src/graph/model/linegraphmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@

class LineGraphScene;

/*!
* \brief Class for managing LineGraphScene instances
*
* The manager listens for changes on railway plan and
* decides which of the registered LineGraphScene needs
* to be updated.
*
* \sa LineGraphScene
*/
class LineGraphManager : public QObject
{
Q_OBJECT
Expand Down
Loading

0 comments on commit e15a292

Please sign in to comment.