Move specialFields from MainWindow to Context

.. and tidy up a few unneccessary references to mainWindow
This commit is contained in:
Mark Liversedge
2013-07-14 11:51:34 +01:00
parent cf82d1b7a9
commit 59fd0db564
19 changed files with 36 additions and 59 deletions

View File

@@ -43,7 +43,6 @@ GoogleMapControl::GoogleMapControl(Context *context) : GcChartWindow(context), c
layout->setContentsMargins(2,0,2,2);
setChartLayout(layout);
//XXX ???? parent = context->mainWindow;;
view = new QWebView();
view->setPage(new myWebPage());
view->setContentsMargins(0,0,0,0);