mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
Move specialFields from MainWindow to Context
.. and tidy up a few unneccessary references to mainWindow
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user