Skip to content

Commit

Permalink
Github Issue #101: Fixed missing return bool type
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryFender committed Oct 11, 2023
1 parent 337173f commit 33ce9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ QString ViewsHandler::getFileContent(QFile& file)
return content;
}

void ViewsHandler::setCurrentDocument(const QFileInfo &fileInfo)
bool ViewsHandler::setCurrentDocument(const QFileInfo &fileInfo)
{
//disconnect signals from old current document
disconnectDocument();
Expand Down

0 comments on commit 33ce9dd

Please sign in to comment.