summaryrefslogtreecommitdiffstats
path: root/installerbuilder/common/binaryformatenginehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/common/binaryformatenginehandler.h')
-rw-r--r--installerbuilder/common/binaryformatenginehandler.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/installerbuilder/common/binaryformatenginehandler.h b/installerbuilder/common/binaryformatenginehandler.h
index 7a6798f57..c39561041 100644
--- a/installerbuilder/common/binaryformatenginehandler.h
+++ b/installerbuilder/common/binaryformatenginehandler.h
@@ -31,24 +31,23 @@
#include <QtCore/QAbstractFileEngineHandler>
-namespace QInstallerCreator
-{
+namespace QInstallerCreator {
class ComponentIndex;
class INSTALLER_EXPORT BinaryFormatEngineHandler : public QAbstractFileEngineHandler
{
public:
- explicit BinaryFormatEngineHandler( const ComponentIndex& index );
- BinaryFormatEngineHandler( const BinaryFormatEngineHandler& other );
+ explicit BinaryFormatEngineHandler(const ComponentIndex &index);
+ BinaryFormatEngineHandler(const BinaryFormatEngineHandler &other);
~BinaryFormatEngineHandler();
- QAbstractFileEngine* create( const QString& fileName ) const;
+ QAbstractFileEngine *create(const QString &fileName) const;
- void setComponentIndex( const ComponentIndex& index );
+ void setComponentIndex(const ComponentIndex &index);
- static BinaryFormatEngineHandler* instance();
+ static BinaryFormatEngineHandler *instance();
- void registerArchive( const QString& fileName, const QString& path );
+ void registerArchive(const QString &fileName, const QString &path);
private:
class Private;