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

Library: Mark as clean when saving

parent 8b2617db
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ Library::preSave()
for ( auto val : m_clips )
l << val->toVariantFull();
m_settings->value( "clips" )->set( l );
setCleanState( true );
}
void
......
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