[app] Bump MarksFileVersion
Recent formatting changes made it necessary to rebuild the model.
This commit is contained in:
parent
a34c3b529c
commit
7378e3982e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2020 Jolla Ltd.
|
* Copyright (C) 2015-2021 Jolla Ltd.
|
||||||
* Copyright (C) 2015-2020 Slava Monich <slava.monich@jolla.com>
|
* Copyright (C) 2015-2021 Slava Monich <slava.monich@jolla.com>
|
||||||
*
|
*
|
||||||
* You may use this file under the terms of the BSD license as follows:
|
* You may use this file under the terms of the BSD license as follows:
|
||||||
*
|
*
|
||||||
|
@ -65,7 +65,7 @@ class BooksBookModel::PagingTask : public HarbourTask
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static const quint32 MarksFileVersion = 2;
|
static const quint32 MarksFileVersion = 3;
|
||||||
static const char MarksFileMagic[];
|
static const char MarksFileMagic[];
|
||||||
struct MarksHeader {
|
struct MarksHeader {
|
||||||
char magic[4];
|
char magic[4];
|
||||||
|
|
Loading…
Reference in a new issue