#include "KoStore.h"
#include "KoStore_p.h"
#include "KoQuaZipStore.h"
#include "KoDirectoryStore.h"
#include <QBuffer>
#include <QFileInfo>
#include <QFile>
#include <QUrl>
#include <StoreDebug.h>
#include <KConfig>
#include <KSharedConfig>
#include <KConfigGroup>
Go to the source code of this file.
◆ DefaultFormat
◆ determineBackend()
Definition at line 29 of file KoStore.cpp.
30{
31 unsigned char buf[5];
32 if (dev->read((char *)buf, 4) < 4)
34 if (buf[0] == 'P' && buf[1] == 'K' && buf[2] == 3 && buf[3] == 4)
37}
References DefaultFormat, and KoStore::Zip.