diff Applications/BasicApplicationContext.h @ 231:5027cb2feb51 am

viewport is now part of the Application itself and not global anymore
author am@osimis.io
date Thu, 14 Jun 2018 18:49:19 +0200
parents 84844649a8fd
children 092db46c6291
line wrap: on
line diff
--- a/Applications/BasicApplicationContext.h	Thu Jun 14 17:14:10 2018 +0200
+++ b/Applications/BasicApplicationContext.h	Thu Jun 14 18:49:19 2018 +0200
@@ -35,7 +35,7 @@
     BasicApplicationContext() {}
 
     virtual IWebService& GetWebService() = 0;
-    virtual IWidget& SetCentralWidget(IWidget* widget) = 0;   // Takes ownership
+//    virtual IWidget& SetCentralWidget(IWidget* widget) = 0;   // Takes ownership
 
     virtual ~BasicApplicationContext() {}
   };