diff options
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(); |