Skip to content
Snippets Groups Projects
Commit 8b2617db authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

MainWindow: Connect to Project::cleanStateChanged

parent ad7f0628
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,8 @@ MainWindow::MainWindow( Backend::IBackend* backend, QWidget *parent )
this, SLOT( onBackupFileLoaded() ) );
connect( Core::instance()->project(), SIGNAL( projectSaved() ),
this, SLOT( onProjectSaved() ) );
connect( Core::instance()->project(), &Project::cleanStateChanged,
this, &MainWindow::cleanStateChanged );
//Connecting Library stuff:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment