Update format

This commit is contained in:
Luis Ángel San Martín
2024-10-12 12:26:19 +02:00
parent 442307cc65
commit 1aa36f8892
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ public:
QList<int> bookmarks;
QDateTime added;
Bookmark()
: lastPage(0) {};
: lastPage(0) { };
friend QDataStream &operator<<(QDataStream &out, const Bookmark &bm)
{
out << bm.lastPage;