summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authordeva <deva>2008-12-03 08:46:38 +0000
committerdeva <deva>2008-12-03 08:46:38 +0000
commitb8cd427575dbfa1ae41cc907af7155ba614c2e43 (patch)
treee72d2ce5283c65096f982d0f30f47ea46db19348 /client
parentf5bb02dc533f136311682e8801c2d9834e3be691 (diff)
Enabled context help button on mainwindow.
Diffstat (limited to 'client')
-rw-r--r--client/mainwindow.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index 2daefcc..86de48a 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -42,6 +42,8 @@ MainWindow::MainWindow(QString cpr, QString course, QString host, quint16 port,
{
resize(768, 1024);
+ setWindowFlags(windowFlags() | Qt::WindowContextHelpButtonHint );
+
QScrollArea *s = new QScrollArea();
setCentralWidget(s);
w = new QWidget();