aboutsummaryrefslogtreecommitdiff
path: root/afdnotebook.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-06-11 01:16:26 +0200
committerJavier <dev.git@javispedro.com>2015-06-11 01:16:26 +0200
commit6cb50e66f3c196a2a4bcc95a419260d6b8c2461f (patch)
tree610963526dbd205500db145965309b1de2b18a97 /afdnotebook.h
parenta69e97943539a8abc4d2762638c169dc19c88516 (diff)
downloadscribiu-6cb50e66f3c196a2a4bcc95a419260d6b8c2461f.tar.gz
scribiu-6cb50e66f3c196a2a4bcc95a419260d6b8c2461f.zip
experiment with audio/paperreplay data
Diffstat (limited to 'afdnotebook.h')
-rw-r--r--afdnotebook.h1
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;