summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/init.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2011-11-19 14:10:31 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2011-11-21 13:15:14 +0100
commit2f9608a18df17db88dd2533b06d0b864e843c934 (patch)
treea48d646b403d1e3631b09bb0f5e5bcce02e1d2c6 /installerbuilder/libinstaller/init.h
parentdfb16001d52da19931d893fa0e09ccdacfc4739d (diff)
Remaining whitespace, removal of empty destructors etc.
Change-Id: I9f99ae71e832586432d6fc493a701c5d5d074d6a Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/init.h')
-rw-r--r--installerbuilder/libinstaller/init.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/init.h b/installerbuilder/libinstaller/init.h
index 3d979bbdb..6b292844e 100644
--- a/installerbuilder/libinstaller/init.h
+++ b/installerbuilder/libinstaller/init.h
@@ -29,7 +29,9 @@
#include "installer_global.h"
namespace QInstaller {
- void INSTALLER_EXPORT init();
+
+void INSTALLER_EXPORT init();
+
}
#endif // QINSTALLER_INIT_H