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 d30ec2ae3a
commit 12f63e2b73
19 changed files with 36 additions and 59 deletions

View File

@@ -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);