vmbx/vmbxcpplugin/inc/vmbxcpplugin.h
changeset 19 e44a8c097b15
parent 13 e32024264ebb
--- a/vmbx/vmbxcpplugin/inc/vmbxcpplugin.h	Mon May 03 13:01:45 2010 +0300
+++ b/vmbx/vmbxcpplugin/inc/vmbxcpplugin.h	Fri May 14 16:24:46 2010 +0300
@@ -14,6 +14,7 @@
  * Description:
  *
  */
+
 #ifndef VMBXCPPLUGIN_H
 #define VMBXCPPLUGIN_H
 
@@ -29,11 +30,13 @@
 {
     Q_OBJECT
     Q_INTERFACES(CpPluginInterface)
+    
 public:
     /*!
         Constructor
     */
     VmbxCpPlugin();
+    
     /*!
         Destructor
     */
@@ -46,4 +49,5 @@
     virtual QList<CpSettingFormItemData *> createSettingFormItemData(
         CpItemDataHelper &itemDataHelper) const;
 };
+
 #endif // VMBXCPPLUGIN_H