logic: Fixes for release
* Added timeout before checking new version on startscreen * Fixed size estimation in indexercommand * Fixed update title when project loading fails
This commit is contained in:
@@ -15,7 +15,7 @@ IndexerCommand::~IndexerCommand()
|
||||
|
||||
size_t IndexerCommand::getByteSize() const
|
||||
{
|
||||
size_t size = m_sourceFilePath.str().size();
|
||||
size_t size = sizeof(std::string) + m_sourceFilePath.str().size();
|
||||
|
||||
for (const FilePath& path: m_indexedPaths)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user