Skip to content

Commit

Permalink
Edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Nighty3098 committed May 5, 2024
1 parent b3d174b commit 128fb28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CodeKeeper/keeperFunc/notesFunc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ void MainWindow::exportNoteToHtml()
file.close();
qDebug() << "File saved successfully at" << filePath;
} else {
qDebug() << "Error", "Failed to open file for writing.";
qDebug() << "Error, Failed to open file for writing.";
}
// qDebug() << html;
}

void MainWindow::loadNotes()
Expand Down

0 comments on commit 128fb28

Please sign in to comment.