diff options
author | Javier <dev.git@javispedro.com> | 2015-06-11 01:16:26 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-11 01:16:26 +0200 |
commit | 6cb50e66f3c196a2a4bcc95a419260d6b8c2461f (patch) | |
tree | 610963526dbd205500db145965309b1de2b18a97 /afdnotebook.h | |
parent | a69e97943539a8abc4d2762638c169dc19c88516 (diff) | |
download | scribiu-6cb50e66f3c196a2a4bcc95a419260d6b8c2461f.tar.gz scribiu-6cb50e66f3c196a2a4bcc95a419260d6b8c2461f.zip |
experiment with audio/paperreplay data
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; |