mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 01:19:57 +00:00
Move specialFields from MainWindow to Context
.. and tidy up a few unneccessary references to mainWindow
This commit is contained in:
@@ -26,7 +26,6 @@ HelpWindow::HelpWindow(Context *context) : QDialog(context->mainWindow)
|
||||
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint | Qt::Tool);
|
||||
setInstanceName("Help Window");
|
||||
|
||||
//XXX ???? parent = context->mainWindow;
|
||||
view = new QWebView();
|
||||
layout = new QVBoxLayout();
|
||||
layout->addWidget(view);
|
||||
|
||||
Reference in New Issue
Block a user