QTfrontend/M3Panel.mm
changeset 3697 d5b30d6373fc
parent 2400 2422ea85d100
child 4976 088d40d8aba2
--- a/QTfrontend/M3Panel.mm	Sat Jul 31 10:52:43 2010 +0200
+++ b/QTfrontend/M3Panel.mm	Sat Jul 31 11:24:53 2010 +0200
@@ -1,6 +1,6 @@
 /*
  *  M3Panel.cpp
- *  
+ *
  *
  *  Created by Vittorio on 28/09/09.
  *  Copyright 2009 __MyCompanyName__. All rights reserved.
@@ -21,10 +21,10 @@
 M3Panel::M3Panel(void)
 {
 	c = new Private;
-        
+
 	c->install = [[M3InstallController alloc] init];
 	[c->install retain];
-        
+
 }
 
 M3Panel::~M3Panel()