Exemple #1
0
Document::~Document()
{
	m_scene_model->removeAllScenes();

	clearIndex();
	emit removeCacheFile(g_cache_path + m_cache_filename);
}
Exemple #2
0
void CacheManager::removeCacheFile(const File& file, const std::string& information) {
    removeCacheFile(file.filename(), information);
}
Exemple #3
0
void CacheManager::removeCacheFile(const File& file) {
	std::string lastModifiedTime = file.lastModifiedDate();
	removeCacheFile(file, lastModifiedTime);
}
Exemple #4
0
Document::~Document()
{
    clearIndex();
    emit removeCacheFile(g_cache_path + m_cache_filename);
}