diff options
Diffstat (limited to 'afdnotebook.h')
-rw-r--r-- | afdnotebook.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/afdnotebook.h b/afdnotebook.h index ea90661..38f926f 100644 --- a/afdnotebook.h +++ b/afdnotebook.h @@ -40,6 +40,7 @@ private: PageAddress(); explicit PageAddress(uint shelf, uint segment, uint book, uint page); explicit PageAddress(uint series, uint shelf, uint segment, uint book, uint page); + explicit PageAddress(quint64 addr); explicit PageAddress(const QString &str); QString toString() const; |