fixed precache task

Fixes #1558
This commit is contained in:
itsmattkc
2021-04-11 18:57:21 +10:00
parent 6c30f8cf46
commit a87adbd801
5 changed files with 30 additions and 27 deletions
-10
View File
@@ -220,16 +220,6 @@ void Project::set_filename(const QString &s)
emit NameChanged();
}
ColorManager *Project::color_manager()
{
return color_manager_;
}
bool Project::is_modified() const
{
return is_modified_;
}
void Project::set_modified(bool e)
{
is_modified_ = e;