diff options
author | deva <deva> | 2008-12-03 08:46:38 +0000 |
---|---|---|
committer | deva <deva> | 2008-12-03 08:46:38 +0000 |
commit | b8cd427575dbfa1ae41cc907af7155ba614c2e43 (patch) | |
tree | e72d2ce5283c65096f982d0f30f47ea46db19348 /client | |
parent | f5bb02dc533f136311682e8801c2d9834e3be691 (diff) |
Enabled context help button on mainwindow.
Diffstat (limited to 'client')
-rw-r--r-- | client/mainwindow.cc | 2 |
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(); |