QTfrontend/InstallController.h
changeset 2400 2422ea85d100
child 2948 3f21a9dc93d0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/QTfrontend/InstallController.h	Fri Oct 02 16:49:31 2009 +0000
@@ -0,0 +1,21 @@
+/*
+ *  InstallController.h
+ *  
+ *
+ *  Created by Vittorio on 28/09/09.
+ *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *
+ */
+
+#ifndef INSTALLCONTROLLER_H
+#define INSTALLCONTROLLER_H
+
+class InstallController
+        {
+	public:
+		virtual ~InstallController();
+                
+		virtual void showInstallController() = 0;
+        };
+
+#endif
\ No newline at end of file