mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Update format
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user