summaryrefslogtreecommitdiffstats
path: root/src/projects/kostore/koStoreDevice.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-25 10:22:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-29 10:48:18 +0900
commit04086637d9bcdd8b39d1ae2c4025a92d248e7755 (patch)
tree4adbcee550e8ca1267eb9664df39a47fcacdf949 /src/projects/kostore/koStoreDevice.h
parenteb0f6cbe601863f888b78f7c518bf5dd0e36c0d8 (diff)
downloadk3b-04086637.tar.gz
k3b-04086637.zip
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c19b14663d5ec4766ebd44c5daa8f1275077b0dd)
Diffstat (limited to 'src/projects/kostore/koStoreDevice.h')
-rw-r--r--src/projects/kostore/koStoreDevice.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/projects/kostore/koStoreDevice.h b/src/projects/kostore/koStoreDevice.h
index df8cebf..2684cb6 100644
--- a/src/projects/kostore/koStoreDevice.h
+++ b/src/projects/kostore/koStoreDevice.h
@@ -46,16 +46,7 @@ public:
void close() { }
void flush() { }
-#ifdef USE_QT4
- inline qint64 readData ( char * data, qint64 maxSize ) { return readBlock(data, maxSize); }
- inline qint64 writeData ( const char * data, qint64 maxSize ) { return writeBlock(data, maxSize); }
-#endif // USE_QT4
-
-#ifdef USE_QT4
- qint64 size() const {
-#else // USE_QT4
Offset size() const {
-#endif // USE_QT4
if ( m_store->mode() == KoStore::Read )
return m_store->size();
else